Searched refs:subdiagonalEntryIsNeglegible (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/Eigenvalues/
H A DComplexSchur.h254 bool subdiagonalEntryIsNeglegible(Index i);
264 inline bool ComplexSchur<MatrixType>::subdiagonalEntryIsNeglegible(Index i) function in class:Eigen::ComplexSchur
404 if(!subdiagonalEntryIsNeglegible(iu-1)) break;
419 while(il > 0 && !subdiagonalEntryIsNeglegible(il-1))

Completed in 59 milliseconds