Lines Matching refs:Index
22 template <typename Scalar,int Rows, int Cols, typename Index>
25 const PermutationMatrix<Dynamic,Dynamic,Index> &iPerm,
33 Index i, j, k, l;
35 Index n = s.cols();
88 Index nsing;
102 template <typename Scalar, int _Options, typename Index>
104 SparseMatrix<Scalar,_Options,Index> &s,
112 typedef SparseMatrix<Scalar,RowMajor,Index> FactorType;
113 Index i, j, k, l;
115 Index n = s.cols();
146 if (itk.index() < k) continue;
164 i = itk.index();
174 Index nsing;