Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/KLUSupport/
DKLUSupport.h72 typedef Matrix<int, 1, MatrixType::ColsAtCompileTime> IntRowVectorType; typedef
136 inline const IntRowVectorType& permutationQ() const
284 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/UmfPackSupport/
DUmfPackSupport.h300 typedef Matrix<int, 1, MatrixType::ColsAtCompileTime> IntRowVectorType; typedef
367 inline const IntRowVectorType& permutationQ() const in permutationQ()
553 mutable IntRowVectorType m_q;
/external/eigen/Eigen/src/QR/
DColPivHouseholderQR.h67 typedef typename internal::plain_row_type<MatrixType, Index>::type IntRowVectorType;
439 IntRowVectorType m_colsTranspositions;
DCompleteOrthogonalDecomposition.h69 IntRowVectorType;
/external/eigen/Eigen/src/LU/
DFullPivLU.h73 typedef typename internal::plain_row_type<MatrixType, StorageIndex>::type IntRowVectorType;
433 IntRowVectorType m_colsTranspositions;
/external/eigen/Eigen/src/PardisoSupport/
DPardisoSupport.h116 typedef Matrix<StorageIndex, 1, MatrixType::ColsAtCompileTime> IntRowVectorType;