Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
NIFTy
Commits
28deed25
Commit
28deed25
authored
Feb 04, 2018
by
Martin Reinecke
Browse files
Merge branch 'NIFTy_4' into notebook_demo
parents
c92db8ac
73427615
Pipeline
#24369
passed with stage
in 22 minutes and 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nifty4/operators/scaling_operator.py
View file @
28deed25
...
...
@@ -76,7 +76,7 @@ class ScalingOperator(EndomorphicOperator):
@
property
def
adjoint
(
self
):
return
ScalingOperator
(
np
.
conj
(
self
.
factor
),
self
.
_domain
)
return
ScalingOperator
(
np
.
conj
(
self
.
_
factor
),
self
.
_domain
)
@
property
def
domain
(
self
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment