Skip to content
Snippets Groups Projects
Commit 79729971 authored by Martin Reinecke's avatar Martin Reinecke
Browse files

Merge branch 'fix_endomorphic_doc' into 'NIFTy_5'

improve docstring

See merge request ift/nifty-dev!168
parents 99059a0a 3ee3d20f
Branches
Tags
No related merge requests found
...@@ -23,9 +23,8 @@ from .linear_operator import LinearOperator ...@@ -23,9 +23,8 @@ from .linear_operator import LinearOperator
class EndomorphicOperator(LinearOperator): class EndomorphicOperator(LinearOperator):
""" NIFTy class for endomorphic operators. """ NIFTy class for endomorphic operators.
The NIFTy EndomorphicOperator class is a class derived from the The NIFTy EndomorphicOperator describes linear operators with identical
LinearOperator. By definition, domain and target are the same in domain and target.
EndomorphicOperator.
""" """
@property @property
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment