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
Open sidebar
ift
NIFTy
Commits
ed4cc931
Commit
ed4cc931
authored
Jul 02, 2018
by
Martin Reinecke
Browse files
tweak docs
parent
69e9904a
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/source/code.rst
View file @
ed4cc931
...
...
@@ -257,10 +257,10 @@ As an example one may consider the following combination of ``x``, which is a mo
z = x*x + y
``z`` will then be a model with
position
::
``z`` will then be a model with
the following properties
::
z.value = x.value*x.value + y.value
z.position =
x.posit
ion
*
x.position
+
y.position
z.position =
Un
ion
(
x.position
,
y.position
)
z.jacobian = 2*makeOp(x.value)
...
...
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