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

/external/eigen/Eigen/src/Eigen2Support/
H A DLU.h23 typedef Matrix<int, MatrixType::RowsAtCompileTime, 1, MatrixType::Options, MatrixType::MaxRowsAtCompileTime, 1> IntColVectorType; typedef in class:Eigen::LU
/external/eigen/Eigen/src/UmfPackSupport/
H A DUmfPackSupport.h133 typedef Matrix<int, MatrixType::RowsAtCompileTime, 1> IntColVectorType; typedef in class:Eigen::UmfPackLU
179 inline const IntColVectorType& permutationP() const
320 mutable IntColVectorType m_p;
/external/eigen/Eigen/src/SuperLUSupport/
H A DSuperLUSupport.h300 typedef Matrix<int, MatrixType::RowsAtCompileTime, 1> IntColVectorType; typedef in class:Eigen::SuperLUBase
441 mutable IntColVectorType m_p;
488 typedef typename Base::IntColVectorType IntColVectorType; typedef in class:Eigen::SuperLU
546 inline const IntColVectorType& permutationP() const
/external/eigen/Eigen/src/LU/
H A DFullPivLU.h62 typedef typename internal::plain_col_type<MatrixType, Index>::type IntColVectorType; typedef in class:Eigen::FullPivLU
380 IntColVectorType m_rowsTranspositions;
/external/eigen/Eigen/src/PardisoSupport/
H A DPardisoSupport.h110 typedef Matrix<Index, MatrixType::RowsAtCompileTime, 1> IntColVectorType; typedef in class:Eigen::PardisoImpl
277 mutable IntColVectorType m_perm;

Completed in 1692 milliseconds