HomeSort by relevance Sort by last modified time
    Searched defs:maxIters (Results 1 - 4 of 4) sorted by null

  /external/eigen/Eigen/src/IterativeLinearSolvers/
BiCGSTAB.h 39 int maxIters = iters;
59 while ( r.squaredNorm()/r0_sqnorm > tol2 && i<maxIters )
ConjugateGradient.h 39 int maxIters = iters;
54 while(i < maxIters)
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
GMRES.h 69 const int maxIters = iters;
147 bool stop=(k==m || abs(w(k)) < tol || iters == maxIters);
  /external/opencv/cv/include/
cv.h     [all...]

Completed in 192 milliseconds