Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/UmfPackSupport/
DUmfPackSupport.h165 typedef Matrix<int, MatrixType::RowsAtCompileTime, 1> IntColVectorType; typedef
225 inline const IntColVectorType& permutationP() const in permutationP()
416 mutable IntColVectorType m_p;
/external/eigen/Eigen/src/SuperLUSupport/
DSuperLUSupport.h330 typedef Matrix<int, MatrixType::RowsAtCompileTime, 1> IntColVectorType;
447 mutable IntColVectorType m_p;
497 typedef typename Base::IntColVectorType IntColVectorType;
555 inline const IntColVectorType& permutationP() const
/external/eigen/Eigen/src/PardisoSupport/
DPardisoSupport.h117 typedef Matrix<StorageIndex, MatrixType::RowsAtCompileTime, 1> IntColVectorType;
253 mutable IntColVectorType m_perm;
/external/eigen/Eigen/src/LU/
DFullPivLU.h73 typedef typename internal::plain_col_type<MatrixType, StorageIndex>::type IntColVectorType;
434 IntColVectorType m_rowsTranspositions;