Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
On Thursday, 7th July from 1 to 3 pm there will be a maintenance with a short downtime of GitLab.
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
Show 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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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