Searched refs:totalIter (Results 1 – 2 of 2) sorted by relevance
400 Index totalIter = 0; // number of iterations for whole matrix417 totalIter++;418 if(totalIter > maxIters) break;448 if(totalIter <= maxIters)
302 Index totalIter = 0; // iteration count for whole matrix in computeFromHessenberg() local333 totalIter = totalIter + 1; in computeFromHessenberg()334 if (totalIter > maxIters) break; in computeFromHessenberg()341 if(totalIter <= maxIters) in computeFromHessenberg()