- 11 Mar, 2020 5 commits
-
-
Philipp Arras authored
-
-
-
Philipp Arras authored
-
Philipp Arras authored
-
- 09 Mar, 2020 6 commits
-
-
Philipp Arras authored
-
Philipp Arras authored
-
Gordian Edenhofer authored
-
Philipp Arras authored
-
Philipp Arras authored
-
Philipp Arras authored
-
- 06 Mar, 2020 9 commits
-
-
Reimar Leike authored
-
-
Philipp Arras authored
-
Reimar Leike authored
-
Reimar Leike authored
-
Philipp Arras authored
-
Philipp Arras authored
-
Philipp Arras authored
-
Philipp Arras authored
-
- 05 Mar, 2020 1 commit
-
-
Andrija Kostic authored
-
- 04 Mar, 2020 1 commit
-
-
Reimar Leike authored
-
- 19 Feb, 2020 1 commit
-
-
Philipp Frank authored
-
- 10 Feb, 2020 1 commit
-
-
Gordian Edenhofer authored
Adapt the ScalingOperator class to not depend on sugar.py in order to use it within sugar.py without getting a circular dependency.
-
- 23 Jan, 2020 4 commits
-
-
Vincent Eberle authored
-
Reimar Leike authored
reverted changes in linearOperator, put changes in scalingoperator instead, fixed bugs and wrote tests:
-
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.
-
Reimar Leike authored
-
- 21 Jan, 2020 2 commits
-
-
Philipp Arras authored
-
Philipp Frank authored
-
- 17 Jan, 2020 1 commit
-
-
Vincent Eberle authored
-
- 06 Dec, 2019 1 commit
-
-
Philipp Arras authored
-
- 05 Dec, 2019 3 commits
-
-
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.
-
Martin Reinecke authored
-
Martin Reinecke authored
-
- 04 Dec, 2019 3 commits
-
-
Martin Reinecke authored
-
Martin Reinecke authored
-
Martin Reinecke authored
-
- 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
-