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
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):
...
@@ -91,7 +91,7 @@ class ConjugateGradient(Loggable, object):
Latest convergence level indicating whether the minimization
Latest convergence level indicating whether the minimization
has converged or not.
has converged or not.
"""
"""
r
=
b
-
A
(
x0
)
r
=
b
-
A
(
x0
)
d
=
self
.
preconditioner
(
r
)
d
=
self
.
preconditioner
(
r
)
previous_gamma
=
r
.
dot
(
d
)
previous_gamma
=
r
.
dot
(
d
)
...
...
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