Home
last modified time | relevance | path

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

/aosp_15_r20/external/eigen/Eigen/src/KLUSupport/
H A DKLUSupport.h73 typedef Matrix<int, MatrixType::RowsAtCompileTime, 1> IntColVectorType; typedef
130 inline const IntColVectorType& permutationP() const
283 mutable IntColVectorType m_p;
/aosp_15_r20/external/eigen/Eigen/src/SuperLUSupport/
H A 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
/aosp_15_r20/external/eigen/Eigen/src/UmfPackSupport/
H A DUmfPackSupport.h301 typedef Matrix<int, MatrixType::RowsAtCompileTime, 1> IntColVectorType; typedef
361 inline const IntColVectorType& permutationP() const in permutationP()
552 mutable IntColVectorType m_p;
/aosp_15_r20/external/eigen/Eigen/src/PardisoSupport/
H A DPardisoSupport.h117 typedef Matrix<StorageIndex, MatrixType::RowsAtCompileTime, 1> IntColVectorType;
254 mutable IntColVectorType m_perm;
/aosp_15_r20/external/eigen/Eigen/src/LU/
H A DFullPivLU.h74 typedef typename internal::plain_col_type<MatrixType, StorageIndex>::type IntColVectorType;
432 IntColVectorType m_rowsTranspositions;