HomeSort by relevance Sort by last modified time
    Searched refs:totalIter (Results 1 - 2 of 2) sorted by null

  /external/eigen/Eigen/src/Eigenvalues/
ComplexSchur.h 400 Index totalIter = 0; // number of iterations for whole matrix
417 totalIter++;
418 if(totalIter > maxIters) break;
448 if(totalIter <= maxIters)
RealSchur.h 302 Index totalIter = 0; // iteration count for whole matrix
333 totalIter = totalIter + 1;
334 if (totalIter > maxIters) break;
341 if(totalIter <= maxIters)

Completed in 70 milliseconds