- 08 Apr, 2020 2 commits
-
-
Martin Reinecke authored
-
Martin Reinecke authored
-
- 06 Apr, 2020 3 commits
-
-
Martin Reinecke authored
-
Martin Reinecke authored
-
Martin Reinecke authored
-
- 04 Apr, 2020 1 commit
-
-
Martin Reinecke authored
-
- 20 Mar, 2020 2 commits
-
-
Philipp Arras authored
-
Philipp Arras authored
-
- 11 Mar, 2020 5 commits
-
-
Philipp Arras authored
-
Philipp Arras authored
-
Philipp Arras authored
-
Philipp Arras authored
-
Philipp Arras authored
-
- 09 Mar, 2020 1 commit
-
-
Philipp Arras authored
-
- 06 Mar, 2020 1 commit
-
-
Reimar Leike authored
-
- 23 Jan, 2020 1 commit
-
-
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.
-
- 06 Dec, 2019 1 commit
-
-
Philipp Arras authored
-
- 05 Dec, 2019 1 commit
-
-
Gordian Edenhofer authored
Make the ScalingOperator consistent with `from_global_data`, `full` and possibly other operators which take the domain as first argument. This breaks the currently enforced consistency with the `DiagonalOperator` which takes a field as first argument and the domain only as an optional keyword argument. Fixes #279.
-
- 28 Nov, 2019 1 commit
-
-
Gordian Edenhofer authored
Amend the operator section as well to make both functions also work on chains of operators.
-
- 26 Nov, 2019 1 commit
-
-
Martin Reinecke authored
-
- 29 Oct, 2019 1 commit
-
-
Lukas Platz authored
-
- 03 Apr, 2019 1 commit
-
-
Philipp Arras authored
-
- 01 Apr, 2019 1 commit
-
-
Reimar H Leike authored
-
- 14 Mar, 2019 1 commit
-
-
Philipp Arras authored
-
- 28 Feb, 2019 1 commit
-
-
Martin Reinecke authored
-
- 12 Feb, 2019 2 commits
-
-
Martin Reinecke authored
-
Martin Reinecke authored
-
- 17 Jan, 2019 1 commit
-
-
Sebastian Hutschenreuter authored
Reviewed docs on operators, library, sugar. Fixed bug in makeOp due to the recent BlochdiagonalOperator interface change
-
- 16 Jan, 2019 3 commits
-
-
Martin Reinecke authored
-
Martin Reinecke authored
-
Martin Reinecke authored
-
- 14 Jan, 2019 1 commit
-
-
Philipp Arras authored
-
- 13 Jan, 2019 2 commits
-
-
Philipp Arras authored
-
Philipp Arras authored
Multiplication of operators had worked before. Only multiplication with scalars was not possible.
-
- 07 Jan, 2019 4 commits
-
-
Martin Reinecke authored
-
Martin Reinecke authored
-
Philipp Arras authored
-
Martin Reinecke authored
-
- 21 Dec, 2018 2 commits
-
-
Martin Reinecke authored
-
Jakob Knollmueller authored
-