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
69477b16
Commit
69477b16
authored
May 08, 2017
by
Pumpe, Daniel (dpumpe)
Browse files
update Docstrings for EndomorphicOperator
parent
ab6ea82e
Changes
1
Show whitespace changes
Inline
Side-by-side
nifty/operators/endomorphic_operator/endomorphic_operator.py
View file @
69477b16
...
...
@@ -28,7 +28,7 @@ class EndomorphicOperator(LinearOperator):
LinearOperator. Domain and target are the same in any EndomorphicOperator.
Prominent other specific operator subclasses, in NIFTy are
(e.g. DiagonalOperator, SmoothingOperator,
PropagatorOperator).
PropagatorOperator
, ProjectionOperator
).
Parameters
----------
...
...
@@ -41,7 +41,9 @@ class EndomorphicOperator(LinearOperator):
The NIFTy.space in which the outcome of the operator lives.
As the Operator is endomorphic this is the same as its domain.
self_adjoint : boolean
Indicates whether the operator is self_adjoint or not
Indicates whether the operator is self_adjoint or not.
unitary: boolean
Indicates whether the operator is unitary or not.
Raises
------
...
...
@@ -59,7 +61,7 @@ class EndomorphicOperator(LinearOperator):
See Also
--------
DiagonalOperator, SmoothingOperator,
PropagatorOperator
PropagatorOperator
, ProjectionOperator
"""
...
...
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