Searched refs:IntRowVectorType (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/eigen/Eigen/src/KLUSupport/ |
H A D | KLUSupport.h | 72 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 D | SuperLUSupport.h | 329 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 D | UmfPackSupport.h | 300 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 D | ColPivHouseholderQR.h | 67 typedef typename internal::plain_row_type<MatrixType, Index>::type IntRowVectorType; 439 IntRowVectorType m_colsTranspositions;
|
H A D | CompleteOrthogonalDecomposition.h | 69 IntRowVectorType;
|
/aosp_15_r20/external/eigen/Eigen/src/LU/ |
H A D | FullPivLU.h | 73 typedef typename internal::plain_row_type<MatrixType, StorageIndex>::type IntRowVectorType; 433 IntRowVectorType m_colsTranspositions;
|
/aosp_15_r20/external/eigen/Eigen/src/PardisoSupport/ |
H A D | PardisoSupport.h | 116 typedef Matrix<StorageIndex, 1, MatrixType::ColsAtCompileTime> IntRowVectorType;
|