- 27 Apr, 2018 2 commits
-
-
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
-
- 20 Apr, 2018 3 commits
-
-
Philipp Arras authored
-
Reimar H Leike authored
-
Reimar H Leike authored
-
- 19 Apr, 2018 6 commits
-
-
Martin Reinecke authored
-
Philipp Arras authored
-
Philipp Arras authored
-
Philipp Arras authored
-
Philipp Arras authored
-
Philipp Arras authored
-
- 18 Apr, 2018 3 commits
-
-
Reimar H Leike authored
-
Martin Reinecke authored
Readability operator adapter + linear operator See merge request ift/NIFTy!244
-
Martin Reinecke authored
-
- 17 Apr, 2018 1 commit
-
-
Lukas Platz authored
'mode' was used for field operator modes and operator transformation types concurrently, which makes unclear what type of input the function operates on. To resolve this, operator transformation type variables were renamed to 'op_transform' and _trafo, making the distinction easy and obvious.
-
- 09 Apr, 2018 1 commit
-
-
Martin Reinecke authored
Poisson energy See merge request ift/NIFTy!242
-
- 08 Apr, 2018 3 commits
-
-
Martin Reinecke authored
-
Martin Reinecke authored
-
Martin Reinecke authored
-