Searched refs:IntRowVectorType (Results 1 – 6 of 6) sorted by relevance
/external/eigen/Eigen/src/UmfPackSupport/ |
D | UmfPackSupport.h | 142 typedef Matrix<int, 1, MatrixType::ColsAtCompileTime> IntRowVectorType; 195 inline const IntRowVectorType& permutationQ() const 363 mutable IntRowVectorType m_q;
|
/external/eigen/Eigen/src/SuperLUSupport/ |
D | SuperLUSupport.h | 299 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/ |
D | LU.h | 22 …ype::ColsAtCompileTime, MatrixType::Options, 1, MatrixType::MaxColsAtCompileTime> IntRowVectorType; typedef
|
/external/eigen/Eigen/src/QR/ |
D | ColPivHouseholderQR.h | 55 typedef typename internal::plain_row_type<MatrixType, Index>::type IntRowVectorType; typedef 396 IntRowVectorType m_colsTranspositions;
|
/external/eigen/Eigen/src/LU/ |
D | FullPivLU.h | 61 typedef typename internal::plain_row_type<MatrixType, Index>::type IntRowVectorType; typedef 387 IntRowVectorType m_colsTranspositions;
|
/external/eigen/Eigen/src/PardisoSupport/ |
D | PardisoSupport.h | 109 typedef Matrix<Index, 1, MatrixType::ColsAtCompileTime> IntRowVectorType;
|