Searched refs:IntColVectorType (Results 1 – 5 of 5) sorted by relevance
/external/eigen/Eigen/src/UmfPackSupport/ |
D | UmfPackSupport.h | 143 typedef Matrix<int, MatrixType::RowsAtCompileTime, 1> IntColVectorType; 189 inline const IntColVectorType& permutationP() const 362 mutable IntColVectorType m_p;
|
/external/eigen/Eigen/src/SuperLUSupport/ |
D | SuperLUSupport.h | 300 typedef Matrix<int, MatrixType::RowsAtCompileTime, 1> IntColVectorType; 441 mutable IntColVectorType m_p; 488 typedef typename Base::IntColVectorType IntColVectorType; 546 inline const IntColVectorType& permutationP() const
|
/external/eigen/Eigen/src/Eigen2Support/ |
D | LU.h | 23 …::RowsAtCompileTime, 1, MatrixType::Options, MatrixType::MaxRowsAtCompileTime, 1> IntColVectorType; typedef
|
/external/eigen/Eigen/src/PardisoSupport/ |
D | PardisoSupport.h | 110 typedef Matrix<Index, MatrixType::RowsAtCompileTime, 1> IntColVectorType; 277 mutable IntColVectorType m_perm;
|
/external/eigen/Eigen/src/LU/ |
D | FullPivLU.h | 62 typedef typename internal::plain_col_type<MatrixType, Index>::type IntColVectorType; typedef 386 IntColVectorType m_rowsTranspositions;
|