- 09 Mar, 2020 4 commits
-
-
Philipp Arras authored
-
Philipp Arras 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 !408
-
Philipp Frank authored
-
- 31 Jan, 2020 3 commits
-
-
Martin Reinecke authored
getting_started_mf cleanup See merge request !404
-
Martin Reinecke authored
fix NIFTy 5 ASCL citation See merge request !405
-
Martin Reinecke authored
README: add build instructions for docs See merge request !406
-
- 30 Jan, 2020 3 commits
-
-
Lukas Platz authored
-
Lukas Platz authored
-
Lukas Platz authored
-
- 23 Jan, 2020 10 commits
-
-
Martin Reinecke authored
Introduce `nifty6.mpi` namespace See merge request !395
-
Martin Reinecke authored
Scalable energies2 See merge request !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 !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.
-
Vincent Eberle authored
-
Reimar Leike authored
-
Reimar Leike authored
-