HomeSort by relevance Sort by last modified time
    Searched refs:IntRowVectorType (Results 1 - 6 of 6) sorted by null

  /external/eigen/Eigen/src/UmfPackSupport/
UmfPackSupport.h 164 typedef Matrix<int, 1, MatrixType::ColsAtCompileTime> IntRowVectorType;
231 inline const IntRowVectorType& permutationQ() const
417 mutable IntRowVectorType m_q;
  /external/eigen/Eigen/src/SuperLUSupport/
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
    [all...]
  /external/eigen/Eigen/src/QR/
ColPivHouseholderQR.h 65 typedef typename internal::plain_row_type<MatrixType, Index>::type IntRowVectorType;
437 IntRowVectorType m_colsTranspositions;
CompleteOrthogonalDecomposition.h 64 IntRowVectorType;
  /external/eigen/Eigen/src/LU/
FullPivLU.h 72 typedef typename internal::plain_row_type<MatrixType, StorageIndex>::type IntRowVectorType;
435 IntRowVectorType m_colsTranspositions;
    [all...]
  /external/eigen/Eigen/src/PardisoSupport/
PardisoSupport.h 116 typedef Matrix<StorageIndex, 1, MatrixType::ColsAtCompileTime> IntRowVectorType;

Completed in 120 milliseconds