Home
last modified time | relevance | path

Searched refs:IntRowVectorType (Results 1 – 6 of 6) sorted by relevance

/external/eigen/Eigen/src/UmfPackSupport/
DUmfPackSupport.h142 typedef Matrix<int, 1, MatrixType::ColsAtCompileTime> IntRowVectorType;
195 inline const IntRowVectorType& permutationQ() const
363 mutable IntRowVectorType m_q;
/external/eigen/Eigen/src/SuperLUSupport/
DSuperLUSupport.h299 typedef Matrix<int, 1, MatrixType::ColsAtCompileTime> IntRowVectorType;
442 mutable IntRowVectorType m_q;
487 typedef typename Base::IntRowVectorType IntRowVectorType;
552 inline const IntRowVectorType& permutationQ() const
/external/eigen/Eigen/src/Eigen2Support/
DLU.h22 …ype::ColsAtCompileTime, MatrixType::Options, 1, MatrixType::MaxColsAtCompileTime> IntRowVectorType; typedef
/external/eigen/Eigen/src/QR/
DColPivHouseholderQR.h55 typedef typename internal::plain_row_type<MatrixType, Index>::type IntRowVectorType; typedef
396 IntRowVectorType m_colsTranspositions;
/external/eigen/Eigen/src/LU/
DFullPivLU.h61 typedef typename internal::plain_row_type<MatrixType, Index>::type IntRowVectorType; typedef
387 IntRowVectorType m_colsTranspositions;
/external/eigen/Eigen/src/PardisoSupport/
DPardisoSupport.h109 typedef Matrix<Index, 1, MatrixType::ColsAtCompileTime> IntRowVectorType;