- 09 Mar, 2020 5 commits
-
-
Philipp Arras authored
Inverse gamma See merge request ift/nifty!416
-
Martin Reinecke authored
No DiagonalOperator if ScalingOperator is fine See merge request ift/nifty!407
-
Gordian Edenhofer authored
-
Philipp Arras authored
-
Philipp Arras authored
-
- 08 Mar, 2020 1 commit
-
-
Martin Reinecke authored
Mightier operators See merge request ift/nifty!414
-
- 06 Mar, 2020 13 commits
-
-
Reimar Leike authored
-
Philipp Arras authored
-
-
Philipp Arras authored
-
Martin Reinecke authored
Gig energy See merge request ift/nifty!411
-
Reimar Leike authored
-
Reimar H Leike authored
Simplifications See merge request ift/nifty!410
-
Reimar Leike authored
-
Reimar Leike authored
-
Philipp Arras authored
-
Philipp Arras authored
-
Philipp Arras authored
-
Philipp Arras authored
-
- 05 Mar, 2020 3 commits
-
-
Andrija Kostic authored
-
Andrija Kostic authored
-
Andrija Kostic authored
-
- 04 Mar, 2020 1 commit
-
-
Reimar Leike authored
-
- 19 Feb, 2020 2 commits
-
-
Martin Reinecke authored
Fix FieldZeroPadder See merge request ift/nifty!408
-
Philipp Frank authored
-
- 10 Feb, 2020 2 commits
-
-
Gordian Edenhofer authored
Adapt the ScalingOperator class to not depend on sugar.py in order to use it within sugar.py without getting a circular dependency.
-
Gordian Edenhofer authored
Where applicable, use a ScalingOperator instead of a DiagonalOperator.
-
- 31 Jan, 2020 3 commits
-
-
Martin Reinecke authored
getting_started_mf cleanup See merge request ift/nifty!404
-
Martin Reinecke authored
fix NIFTy 5 ASCL citation See merge request ift/nifty!405
-
Martin Reinecke authored
README: add build instructions for docs See merge request ift/nifty!406
-
- 30 Jan, 2020 3 commits
-
-
Lukas Platz authored
-
Lukas Platz authored
-
Lukas Platz authored
-
- 23 Jan, 2020 7 commits
-
-
Martin Reinecke authored
Introduce `nifty6.mpi` namespace See merge request ift/nifty!395
-
Martin Reinecke authored
Scalable energies2 See merge request ift/nifty!402
-
Vincent Eberle authored
-
Vincent Eberle authored
-
Reimar Leike authored
reverted changes in linearOperator, put changes in scalingoperator instead, fixed bugs and wrote tests:
-
Martin Reinecke authored
operator.py: Raise not-implemented in matmul call See merge request ift/nifty!403
-
Contrary to other overloaded operators, the `__matmul__` call apparently needs to raise an exception instead of returning `NotImplemented`. This behaviour can be seen for example in: ```python psp = ift.RGSpace(512) m = ift.MaskOperator(ift.Field.from_raw(psp, np.random.randint(0, 2, 512))) m(ift.from_random("normal", m.domain).val) is NotImplemented ``` which should be invalid and raise an exception but previously returned `True` instead.
-