- May 25, 2020
-
-
Philipp Arras authored
-
- May 18, 2020
-
-
Martin Reinecke authored
-
- May 17, 2020
-
-
Martin Reinecke authored
-
- May 15, 2020
-
-
Philipp Arras authored
-
- Apr 27, 2020
-
-
Philipp Arras authored
-
- Apr 08, 2020
-
-
Martin Reinecke authored
-
Martin Reinecke authored
-
- Apr 06, 2020
-
-
Martin Reinecke authored
-
Martin Reinecke authored
-
Martin Reinecke authored
-
- Apr 04, 2020
-
-
Martin Reinecke authored
-
- Mar 20, 2020
-
-
Philipp Arras authored
-
Philipp Arras authored
-
- Mar 11, 2020
-
-
Philipp Arras authored
-
Philipp Arras authored
-
Philipp Arras authored
-
Philipp Arras authored
-
Philipp Arras authored
-
- Mar 09, 2020
-
-
Philipp Arras authored
-
- Mar 06, 2020
-
-
Reimar Leike authored
-
- Jan 23, 2020
-
-
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.
-
- Dec 06, 2019
-
-
Philipp Arras authored
-
- Dec 05, 2019
-
-
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.
-
- Nov 28, 2019
-
-
Gordian Edenhofer authored
Amend the operator section as well to make both functions also work on chains of operators.
-
- Nov 26, 2019
-
-
Martin Reinecke authored
-
- Oct 29, 2019
-
-
Lukas Platz authored
-
- Apr 03, 2019
-
-
Philipp Arras authored
-
- Apr 01, 2019
-
-
Reimar H Leike authored
-
- Mar 14, 2019
-
-
Philipp Arras authored
-
- Feb 28, 2019
-
-
Martin Reinecke authored
-
- Feb 12, 2019
-
-
Martin Reinecke authored
-
Martin Reinecke authored
-
- Jan 17, 2019
-
-
Sebastian Hutschenreuter authored
Reviewed docs on operators, library, sugar. Fixed bug in makeOp due to the recent BlochdiagonalOperator interface change
-
- Jan 16, 2019
-
-
Martin Reinecke authored
-
Martin Reinecke authored
-
Martin Reinecke authored
-
- Jan 14, 2019
-
-
Philipp Arras authored
-
- Jan 13, 2019
-
-
Philipp Arras authored
-
Philipp Arras authored
Multiplication of operators had worked before. Only multiplication with scalars was not possible.
-
- Jan 07, 2019
-
-
Martin Reinecke authored
-