Home | History | Annotate | Download | only in QR

Lines Matching refs:Index

63   typedef typename internal::plain_row_type<MatrixType, Index>::type
75 typedef typename PermutationType::Index PermIndexType;
93 CompleteOrthogonalDecomposition(Index rows, Index cols)
233 inline Index rank() const { return m_cpqr.rank(); }
242 inline Index dimensionOfKernel() const { return m_cpqr.dimensionOfKernel(); }
281 inline Index rows() const { return m_cpqr.rows(); }
282 inline Index cols() const { return m_cpqr.cols(); }
348 inline Index nonzeroPivots() const { return m_cpqr.nonzeroPivots(); }
417 const Index rank = m_cpqr.rank();
418 const Index cols = m_cpqr.cols();
419 const Index rows = m_cpqr.rows();
435 Index k = rank - 1; k >= 0; --k) {
471 const Index cols = this->cols();
472 const Index nrhs = rhs.cols();
473 const Index rank = this->rank();
475 for (Index k = 0; k < rank; ++k) {
496 const Index rank = this->rank();
515 const Index cols = this->cols();