Searched refs:absOld (Results 1 – 2 of 2) sorted by relevance
84 RealScalar absOld = absNew; in least_square_conjugate_gradient() local86 …RealScalar beta = absNew / absOld; // calculate the Gram-Schmidt value used to create… in least_square_conjugate_gradient()
82 RealScalar absOld = absNew; in conjugate_gradient() local84 …RealScalar beta = absNew / absOld; // calculate the Gram-Schmidt value used to create the… in conjugate_gradient()