- 27 Apr, 2018 19 commits
-
-
Philipp Arras authored
-
Philipp Arras authored
-
Philipp Arras authored
-
Philipp Arras authored
-
Philipp Arras authored
-
Philipp Arras authored
-
Philipp Arras authored
-
Philipp Arras authored
-
Philipp Arras authored
-
Philipp Arras authored
-
Philipp Arras authored
-
Philipp Arras authored
-
Philipp Arras authored
-
Philipp Arras authored
-
Philipp Arras authored
-
Philipp Arras authored
-
Philipp Arras authored
-
Philipp Arras authored
-
Philipp Arras authored
-
- 25 Apr, 2018 6 commits
-
-
Martin Reinecke authored
Consistency: make the argument name of _flip_modes() the same for all operators See merge request ift/NIFTy!247
-
Lukas Platz authored
Commit a141d2bf "resolve degenerate use of 'mode' in OperatorAdapter and LinearOperator" was pushed without ensuring consistency with other operator definitons and correct exception strings. This commit aims to resolve this. The argument variable of _flip_modes(…) is now always called 'trafo' and the Exception thrown for invalid values of it is ValueError("invalid operator transformation"). To aid readability, numerical constants were replaced with correspondingly named constants (ADJ, INV).
-
-
Reimar H Leike authored
-
Martin Reinecke authored
-
Martin Reinecke authored
-
- 24 Apr, 2018 7 commits
-
-
Martin Reinecke authored
-
Philipp Frank authored
-
Philipp Frank authored
-
Reimar H Leike authored
resolved merge conflict and made krylov sampling faster by caching matrix multiplications, thus only one matrix multiplication per iteration is needed
-
Reimar H Leike authored
-
Philipp Arras authored
-
Martin Reinecke authored
-
- 23 Apr, 2018 8 commits
-
-
Martin Reinecke authored
-
Martin Reinecke authored
-
Martin Reinecke authored
-
Martin Reinecke authored
-
Martin Reinecke authored
-
Reimar H Leike authored
changed initial value for krylov sampling CG and changed demo to actually use the krylov sampling method supplied by NIFTy
-
Martin Reinecke authored
Try different sampling See merge request ift/NIFTy!245
-
Martin Reinecke authored
-