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

  /external/eigen/Eigen/src/QR/
FullPivHouseholderQR.h 68 typedef typename internal::plain_col_type<MatrixType, Index>::type IntColVectorType;
161 const IntColVectorType& rowsTranspositions() const
351 IntColVectorType m_rows_transpositions;
523 typedef typename internal::plain_col_type<MatrixType, Index>::type IntColVectorType;
530 const IntColVectorType& rowsTranspositions)
569 typename IntColVectorType::Nested m_rowsTranspositions;
  /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 61 typedef typename internal::plain_col_type<MatrixType, Index>::type IntColVectorType;
378 IntColVectorType m_rowsTranspositions;
  /external/eigen/Eigen/src/PardisoSupport/
PardisoSupport.h 110 typedef Matrix<Index, MatrixType::RowsAtCompileTime, 1> IntColVectorType;
299 mutable IntColVectorType m_perm;

Completed in 90 milliseconds