- 30 Jan, 2020 1 commit
-
-
Lukas Platz authored
-
- 23 Jan, 2020 11 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
-
Martin Reinecke authored
-
- 21 Jan, 2020 4 commits
-
-
Martin Reinecke authored
Gauss sampling dtype See merge request !401
-
Philipp Arras authored
-
Philipp Arras authored
-
Philipp Frank authored
-
- 20 Jan, 2020 2 commits
-
-
Martin Reinecke authored
Add one_over() to MultiField See merge request !400
-
Philipp Arras authored
-
- 17 Jan, 2020 1 commit
-
-
Vincent Eberle authored
-
- 20 Dec, 2019 2 commits
-
-
Martin Reinecke authored
Switch FFT to scipy.fft See merge request !398
-
Martin Reinecke authored
-
- 17 Dec, 2019 3 commits
-
-
Martin Reinecke authored
Fix new finalize method See merge request !399
-
Martin Reinecke authored
-
Martin Reinecke authored
-
- 12 Dec, 2019 2 commits
-
-
Philipp Haim authored
-
Martin Reinecke authored
-
- 11 Dec, 2019 2 commits
-
-
Philipp Haim authored
-
Philipp Haim authored
-
- 10 Dec, 2019 3 commits
-
-
Martin Reinecke authored
Introduce partial insert See merge request !394
-
Philipp Haim authored
-
Martin Reinecke authored
-
- 09 Dec, 2019 5 commits
-
-
Martin Reinecke authored
Cosmetics See merge request !396
-
Philipp Arras authored
-
Philipp Arras authored
-
Philipp Arras authored
-
Philipp Arras authored
-
- 06 Dec, 2019 4 commits
-
-
Philipp Arras authored
-
Torsten Ensslin authored
Remove standard MPI parallelization See merge request !387
-
Lukas Platz authored
-
Martin Reinecke authored
-