Searched refs:IntRowVectorType (Results 1 - 6 of 6) sorted by relevance

/external/eigen/Eigen/src/UmfPackSupport/
H A DUmfPackSupport.h164 typedef Matrix<int, 1, MatrixType::ColsAtCompileTime> IntRowVectorType; typedef in class:Eigen::UmfPackLU
231 inline const IntRowVectorType& permutationQ() const
417 mutable IntRowVectorType m_q;
/external/eigen/Eigen/src/SuperLUSupport/
H A DSuperLUSupport.h329 typedef Matrix<int, 1, MatrixType::ColsAtCompileTime> IntRowVectorType; typedef in class:Eigen::SuperLUBase
448 mutable IntRowVectorType m_q;
496 typedef typename Base::IntRowVectorType IntRowVectorType; typedef in class:Eigen::SuperLU
561 inline const IntRowVectorType& permutationQ() const
/external/eigen/Eigen/src/QR/
H A DColPivHouseholderQR.h65 typedef typename internal::plain_row_type<MatrixType, Index>::type IntRowVectorType; typedef in class:Eigen::ColPivHouseholderQR
437 IntRowVectorType m_colsTranspositions;
H A DCompleteOrthogonalDecomposition.h64 IntRowVectorType; typedef in class:Eigen::CompleteOrthogonalDecomposition
/external/eigen/Eigen/src/LU/
H A DFullPivLU.h72 typedef typename internal::plain_row_type<MatrixType, StorageIndex>::type IntRowVectorType; typedef in class:Eigen::FullPivLU
435 IntRowVectorType m_colsTranspositions;
/external/eigen/Eigen/src/PardisoSupport/
H A DPardisoSupport.h116 typedef Matrix<StorageIndex, 1, MatrixType::ColsAtCompileTime> IntRowVectorType; typedef in class:Eigen::PardisoImpl

Completed in 146 milliseconds