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

  /external/eigen/Eigen/src/Eigen2Support/
LU.h 23 typedef Matrix<int, MatrixType::RowsAtCompileTime, 1, MatrixType::Options, MatrixType::MaxRowsAtCompileTime, 1> IntColVectorType;
  /external/eigen/Eigen/src/UmfPackSupport/
UmfPackSupport.h 133 typedef Matrix<int, MatrixType::RowsAtCompileTime, 1> IntColVectorType;
179 inline const IntColVectorType& permutationP() const
320 mutable IntColVectorType m_p;
  /external/eigen/Eigen/src/SuperLUSupport/
SuperLUSupport.h 300 typedef Matrix<int, MatrixType::RowsAtCompileTime, 1> IntColVectorType;
441 mutable IntColVectorType m_p;
488 typedef typename Base::IntColVectorType IntColVectorType;
546 inline const IntColVectorType& permutationP() const
  /external/eigen/Eigen/src/LU/
FullPivLU.h 62 typedef typename internal::plain_col_type<MatrixType, Index>::type IntColVectorType;
380 IntColVectorType m_rowsTranspositions;
  /external/eigen/Eigen/src/PardisoSupport/
PardisoSupport.h 110 typedef Matrix<Index, MatrixType::RowsAtCompileTime, 1> IntColVectorType;
277 mutable IntColVectorType m_perm;

Completed in 71 milliseconds