Skip to content
GitLab
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
db1b89bc
Commit
db1b89bc
authored
May 09, 2017
by
Pumpe, Daniel (dpumpe)
Browse files
update docstring EndomorphicOperator
parent
1205b5cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
nifty/operators/endomorphic_operator/endomorphic_operator.py
View file @
db1b89bc
...
...
@@ -198,4 +198,14 @@ class EndomorphicOperator(LinearOperator):
@
abc
.
abstractproperty
def
self_adjoint
(
self
):
"""
self_adjoint : boolean
States whether the Operator is self_adjoint or not
Every operator which inherits from the abstract EndomorphicOperator
class must have this attribute.
Notes :
is an abstractbaseclass.abstractproperty
(https://docs.python.org/2/library/abc.html)
"""
raise
NotImplementedError
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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