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
133952dc
Commit
133952dc
authored
May 11, 2017
by
Theo Steininger
Browse files
Whitespace fix.
parent
edf79d19
Pipeline
#12278
passed with stages
in 12 minutes and 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nifty/minimization/conjugate_gradient.py
View file @
133952dc
...
...
@@ -91,7 +91,7 @@ class ConjugateGradient(Loggable, object):
Latest convergence level indicating whether the minimization
has converged or not.
"""
"""
r
=
b
-
A
(
x0
)
d
=
self
.
preconditioner
(
r
)
previous_gamma
=
r
.
dot
(
d
)
...
...
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