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
735fc6e8
Commit
735fc6e8
authored
Jan 10, 2019
by
Martin Reinecke
Browse files
tweaks
parent
c4792cc2
Changes
1
Hide whitespace changes
Inline
Side-by-side
nifty5/linearization.py
View file @
735fc6e8
...
...
@@ -24,7 +24,7 @@ from .operators.scaling_operator import ScalingOperator
class
Linearization
(
object
):
"""
Given
an operator
`A` and
a field `
x`, this class
stores the value
"""
Let `A` be
an operator
and `x`
a field
.
`
Linearization`
stores the value
of the operator application (i.e. `A(x)`), the local Jacobian
(i.e. `dA(x)/dx`) and, optionally, the local metric.
...
...
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