Searched refs:totalIter (Results 1 – 2 of 2) sorted by relevance
397 Index totalIter = 0; // number of iterations for whole matrix414 totalIter++;415 if(totalIter > maxIters) break;445 if(totalIter <= maxIters)
281 Index totalIter = 0; // iteration count for whole matrix in computeFromHessenberg() local312 totalIter = totalIter + 1; in computeFromHessenberg()313 if (totalIter > maxIters) break; in computeFromHessenberg()320 if(totalIter <= maxIters) in computeFromHessenberg()