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

  /external/eigen/Eigen/src/UmfPackSupport/
UmfPackSupport.h 165 typedef Matrix<int, MatrixType::RowsAtCompileTime, 1> IntColVectorType;
225 inline const IntColVectorType& permutationP() const
416 mutable IntColVectorType m_p;
  /external/eigen/Eigen/src/SuperLUSupport/
SuperLUSupport.h 330 typedef Matrix<int, MatrixType::RowsAtCompileTime, 1> IntColVectorType;
447 mutable IntColVectorType m_p;
497 typedef typename Base::IntColVectorType IntColVectorType;
555 inline const IntColVectorType& permutationP() const
    [all...]
  /external/eigen/Eigen/src/PardisoSupport/
PardisoSupport.h 117 typedef Matrix<StorageIndex, MatrixType::RowsAtCompileTime, 1> IntColVectorType;
253 mutable IntColVectorType m_perm;
  /external/eigen/Eigen/src/LU/
FullPivLU.h 73 typedef typename internal::plain_col_type<MatrixType, StorageIndex>::type IntColVectorType;
434 IntColVectorType m_rowsTranspositions;
    [all...]

Completed in 254 milliseconds