Module iterative_methods::conjugate_gradient[][src]

Structs

ConjugateGradient

Implementation of conjugate gradient following http://www.math.psu.edu/shen_w/524/CG_lecture.pdf. Thanks Shen! Store the state of a conjugate gradient computation.