Home
last modified time | relevance | path

Searched refs:IntRowVectorType (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/eigen/Eigen/src/KLUSupport/
H A DKLUSupport.h72 typedef Matrix<int, 1, MatrixType::ColsAtCompileTime> IntRowVectorType; typedef
136 inline const IntRowVectorType& permutationQ() const
284 mutable IntRowVectorType m_q;
/aosp_15_r20/external/eigen/Eigen/src/SuperLUSupport/
H A DSuperLUSupport.h329 typedef Matrix<int, 1, MatrixType::ColsAtCompileTime> IntRowVectorType;
448 mutable IntRowVectorType m_q;
496 typedef typename Base::IntRowVectorType IntRowVectorType;
561 inline const IntRowVectorType& permutationQ() const
/aosp_15_r20/external/eigen/Eigen/src/UmfPackSupport/
H A DUmfPackSupport.h300 typedef Matrix<int, 1, MatrixType::ColsAtCompileTime> IntRowVectorType; typedef
367 inline const IntRowVectorType& permutationQ() const in permutationQ()
553 mutable IntRowVectorType m_q;
/aosp_15_r20/external/eigen/Eigen/src/QR/
H A DColPivHouseholderQR.h67 typedef typename internal::plain_row_type<MatrixType, Index>::type IntRowVectorType;
439 IntRowVectorType m_colsTranspositions;
H A DCompleteOrthogonalDecomposition.h69 IntRowVectorType;
/aosp_15_r20/external/eigen/Eigen/src/LU/
H A DFullPivLU.h73 typedef typename internal::plain_row_type<MatrixType, StorageIndex>::type IntRowVectorType;
433 IntRowVectorType m_colsTranspositions;
/aosp_15_r20/external/eigen/Eigen/src/PardisoSupport/
H A DPardisoSupport.h116 typedef Matrix<StorageIndex, 1, MatrixType::ColsAtCompileTime> IntRowVectorType;