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 148 typedef SparseMatrix<Scalar> LUMatrixType;
194 inline const LUMatrixType& matrixL() const
200 inline const LUMatrixType& matrixU() const
362 mutable LUMatrixType m_l;
366 mutable LUMatrixType m_u;
  /external/eigen/Eigen/src/SuperLUSupport/
SuperLUSupport.h 332 typedef SparseMatrix<Scalar> LUMatrixType;
445 mutable LUMatrixType m_l;
446 mutable LUMatrixType m_u;
450 mutable LUMatrixType m_matrix; // copy of the factorized matrix
499 typedef typename Base::LUMatrixType LUMatrixType;
500 typedef TriangularView<LUMatrixType, Lower|UnitDiag> LMatrixType;
501 typedef TriangularView<LUMatrixType, Upper> UMatrixType;
    [all...]

Completed in 291 milliseconds