Home
last modified time | relevance | path

Searched refs:absOld (Results 1 – 2 of 2) sorted by relevance

/external/eigen/Eigen/src/IterativeLinearSolvers/
DLeastSquareConjugateGradient.h84 RealScalar absOld = absNew; in least_square_conjugate_gradient() local
86 …RealScalar beta = absNew / absOld; // calculate the Gram-Schmidt value used to create… in least_square_conjugate_gradient()
DConjugateGradient.h82 RealScalar absOld = absNew; in conjugate_gradient() local
84 …RealScalar beta = absNew / absOld; // calculate the Gram-Schmidt value used to create the… in conjugate_gradient()