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
79729971
Commit
79729971
authored
6 years ago
by
Martin Reinecke
Browse files
Options
Downloads
Plain Diff
Merge branch 'fix_endomorphic_doc' into 'NIFTy_5'
improve docstring See merge request ift/nifty-dev!168
parents
99059a0a
3ee3d20f
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
nifty5/operators/endomorphic_operator.py
+2
-3
2 additions, 3 deletions
nifty5/operators/endomorphic_operator.py
with
2 additions
and
3 deletions
nifty5/operators/endomorphic_operator.py
+
2
−
3
View file @
79729971
...
@@ -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
...
...
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