Home
last modified time | relevance | path

Searched refs:IntColVectorType (Results 1 – 5 of 5) sorted by relevance

/external/eigen/Eigen/src/UmfPackSupport/
DUmfPackSupport.h143 typedef Matrix<int, MatrixType::RowsAtCompileTime, 1> IntColVectorType;
189 inline const IntColVectorType& permutationP() const
362 mutable IntColVectorType m_p;
/external/eigen/Eigen/src/SuperLUSupport/
DSuperLUSupport.h300 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/
DLU.h23 …::RowsAtCompileTime, 1, MatrixType::Options, MatrixType::MaxRowsAtCompileTime, 1> IntColVectorType; typedef
/external/eigen/Eigen/src/PardisoSupport/
DPardisoSupport.h110 typedef Matrix<Index, MatrixType::RowsAtCompileTime, 1> IntColVectorType;
277 mutable IntColVectorType m_perm;
/external/eigen/Eigen/src/LU/
DFullPivLU.h62 typedef typename internal::plain_col_type<MatrixType, Index>::type IntColVectorType; typedef
386 IntColVectorType m_rowsTranspositions;