Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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):
...
@@ -45,6 +45,12 @@ class ResponseOperator(LinearOperator):
exposure=[2.,3.])
exposure=[2.,3.])
>>> f = Field((x1,x2), val=4.)
>>> f = Field((x1,x2), val=4.)
>>> R.times(f)
>>> 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
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