Skip to content
Snippets Groups Projects
Commit 215f2d90 authored by Martin Reinecke's avatar Martin Reinecke
Browse files

clarification

parent d5ecd1a2
No related branches found
No related tags found
No related merge requests found
......@@ -151,7 +151,8 @@ class ScipyCG(Minimizer):
"""Returns a ScipyMinimizer object carrying out the conjugate gradient
algorithm as implemented by SciPy.
This class is probably superfluous and can be removed.
This class is only intended for double-checking NIFTy's own conjugate
gradient implementation and should not be used otherwise.
"""
def __init__(self, tol, maxiter):
if not dobj.is_numpy():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment