Skip to content
Snippets Groups Projects
Commit c9c8574b authored by Pumpe, Daniel (dpumpe)'s avatar Pumpe, Daniel (dpumpe)
Browse files

update Docstring for DiagonalOperator

parent 65753759
No related branches found
No related tags found
1 merge request!115Update docstring operators
...@@ -50,9 +50,21 @@ class DiagonalOperator(EndomorphicOperator): ...@@ -50,9 +50,21 @@ class DiagonalOperator(EndomorphicOperator):
setting the prober distribution_strategy of the setting the prober distribution_strategy of the
diagonal (default : None). In case diagonal is d2o-object or Field, diagonal (default : None). In case diagonal is d2o-object or Field,
their distribution_strategy is used as a fallback. their distribution_strategy is used as a fallback.
default_spaces : tuple of ints *optional*
Defines on which space(s) of a given field the Operator acts by
default (default: None)
Attributes Attributes
---------- ----------
domain : tuple of DomainObjects, i.e. Spaces and FieldTypes
The domain on which the Operator's input Field lives.
target : tuple of DomainObjects, i.e. Spaces and FieldTypes
The domain in which the outcome of the operator lives. As the Operator
is endomorphic this is the same as its domain.
unitary : boolean
Indicates whether the Operator is unitary or not.
self_adjoint : boolean
Indicates whether the operator is self_adjoint or not.
distribution_strategy : string distribution_strategy : string
Defines the distribution_strategy of the distributed_data_object Defines the distribution_strategy of the distributed_data_object
in which the diagonal entries are stored in. in which the diagonal entries are stored in.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment