Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NIFTy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ift
NIFTy
Commits
c9c8574b
Commit
c9c8574b
authored
8 years ago
by
Pumpe, Daniel (dpumpe)
Browse files
Options
Downloads
Patches
Plain Diff
update Docstring for DiagonalOperator
parent
65753759
No related branches found
No related tags found
1 merge request
!115
Update docstring operators
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
nifty/operators/diagonal_operator/diagonal_operator.py
+12
-0
12 additions, 0 deletions
nifty/operators/diagonal_operator/diagonal_operator.py
with
12 additions
and
0 deletions
nifty/operators/diagonal_operator/diagonal_operator.py
+
12
−
0
View file @
c9c8574b
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment