Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
NIFTy
Commits
bb694b83
Commit
bb694b83
authored
Jul 03, 2018
by
Martin Reinecke
Browse files
typo
parent
e50ef38f
Changes
1
Hide whitespace changes
Inline
Side-by-side
nifty5/operators/sum_operator.py
View file @
bb694b83
...
...
@@ -139,9 +139,9 @@ class SumOperator(LinearOperator):
----------
ops: list of LinearOperator
Individual operators of the sum.
neg
s
: list of bool
neg: list of bool
Same length as ops.
If True then the equivalent operator gets a minus in the sum.
If True then the equivalent operator gets a minus in the sum.
"""
ops
=
tuple
(
ops
)
neg
=
tuple
(
neg
)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment