Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/UmfPackSupport/
DUmfPackSupport.h164 typedef Matrix<int, 1, MatrixType::ColsAtCompileTime> IntRowVectorType; typedef
231 inline const IntRowVectorType& permutationQ() const in permutationQ()
417 mutable IntRowVectorType m_q;
/external/eigen/Eigen/src/SuperLUSupport/
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
/external/eigen/Eigen/src/QR/
DColPivHouseholderQR.h65 typedef typename internal::plain_row_type<MatrixType, Index>::type IntRowVectorType;
437 IntRowVectorType m_colsTranspositions;
DCompleteOrthogonalDecomposition.h64 IntRowVectorType;
/external/eigen/Eigen/src/LU/
DFullPivLU.h72 typedef typename internal::plain_row_type<MatrixType, StorageIndex>::type IntRowVectorType;
435 IntRowVectorType m_colsTranspositions;
/external/eigen/Eigen/src/PardisoSupport/
DPardisoSupport.h116 typedef Matrix<StorageIndex, 1, MatrixType::ColsAtCompileTime> IntRowVectorType;