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

  /external/eigen/Eigen/src/UmfPackSupport/
UmfPackSupport.h 134 typedef SparseMatrix<Scalar> LUMatrixType;
167 inline const LUMatrixType& matrixL() const
173 inline const LUMatrixType& matrixU() const
318 mutable LUMatrixType m_l;
319 mutable LUMatrixType m_u;
  /external/eigen/Eigen/src/SuperLUSupport/
SuperLUSupport.h 301 typedef SparseMatrix<Scalar> LUMatrixType;
439 mutable LUMatrixType m_l;
440 mutable LUMatrixType m_u;
444 mutable LUMatrixType m_matrix; // copy of the factorized matrix
489 typedef typename Base::LUMatrixType LUMatrixType;
490 typedef TriangularView<LUMatrixType, Lower|UnitDiag> LMatrixType;
491 typedef TriangularView<LUMatrixType, Upper> UMatrixType;

Completed in 215 milliseconds