Lines Matching refs:Index
59 typedef typename MatrixType::Index Index;
80 LDLT(Index size)
90 * \sa LDLT(Index size)
213 inline Index rows() const { return m_matrix.rows(); }
214 inline Index cols() const { return m_matrix.cols(); }
253 typedef typename MatrixType::Index Index;
255 const Index size = mat.rows();
267 for (Index k = 0; k < size; ++k)
270 Index index_of_biggest_in_corner;
288 for(Index i = k; i < size; i++) transpositions.coeffRef(i) = i;
297 Index s = size-index_of_biggest_in_corner-1; // trailing size after the biggest element
315 Index rs = size - k - 1;
347 typedef typename MatrixType::Index Index;
349 const Index size = mat.rows();
355 for (Index j = 0; j < size; j++)
372 Index rs = size-j-1;
431 const Index size = a.rows();
454 const Index
464 for (Index i = 0; i < size; i++)
503 for (Index i = 0; i < vectorD.size(); ++i) {
537 const Index size = m_matrix.rows();
552 const Index size = m_matrix.rows();