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
On Thursday, 7th July from 1 to 3 pm there will be a maintenance with a short downtime of GitLab.
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
Show 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
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