Searched refs:rhs_sqnorm (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/IterativeLinearSolvers/
H A DBiCGSTAB.h47 RealScalar rhs_sqnorm = rhs.squaredNorm(); local
48 if(rhs_sqnorm == 0)
68 while ( r.squaredNorm()/rhs_sqnorm > tol2 && i<maxIters )
104 tol_error = sqrt(r.squaredNorm()/rhs_sqnorm);

Completed in 60 milliseconds