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
f6fb0545
Commit
f6fb0545
authored
May 09, 2017
by
Pumpe, Daniel (dpumpe)
Browse files
update Docstring ResponseOperator
parent
c1dcd07b
Changes
1
Hide whitespace changes
Inline
Side-by-side
nifty/operators/response_operator/response_operator.py
View file @
f6fb0545
...
...
@@ -45,6 +45,12 @@ class ResponseOperator(LinearOperator):
exposure=[2.,3.])
>>> f = Field((x1,x2), val=4.)
>>> R.times(f)
<distributed_data_object>
array([[ 24., 24., 24., 24., 24., 24., 24., 24., 24., 24.],
[ 24., 24., 24., 24., 24., 24., 24., 24., 24., 24.],
[ 24., 24., 24., 24., 24., 24., 24., 24., 24., 24.],
[ 24., 24., 24., 24., 24., 24., 24., 24., 24., 24.],
[ 24., 24., 24., 24., 24., 24., 24., 24., 24., 24.]])
See Also
--------
...
...
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