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 397 Index totalIter = 0; // number of iterations for whole matrix
414 totalIter++;
415 if(totalIter > maxIters) break;
445 if(totalIter <= maxIters)
RealSchur.h 281 Index totalIter = 0; // iteration count for whole matrix
312 totalIter = totalIter + 1;
313 if (totalIter > maxIters) break;
320 if(totalIter <= maxIters)

Completed in 1432 milliseconds