Lines Matching refs:Index
66 typedef typename MatrixType::Index Index;
94 ComplexSchur(Index size = RowsAtCompileTime==Dynamic ? 1 : RowsAtCompileTime)
210 bool subdiagonalEntryIsNeglegible(Index i);
211 ComplexScalar computeShift(Index iu, Index iter);
220 inline bool ComplexSchur<MatrixType>::subdiagonalEntryIsNeglegible(Index i)
235 typename ComplexSchur<MatrixType>::ComplexScalar ComplexSchur<MatrixType>::computeShift(Index iu, Index iter)
336 Index iu = m_matT.cols() - 1;
337 Index il;
338 Index iter = 0; // number of iterations we are working on the (iu,iu) element
375 for(Index i=il+1 ; i<iu ; i++)