Home
last modified time | relevance | path

Searched refs:LUMatrixType (Results 1 – 2 of 2) sorted by relevance

/external/eigen/Eigen/src/UmfPackSupport/
DUmfPackSupport.h166 typedef SparseMatrix<Scalar> LUMatrixType; typedef
213 inline const LUMatrixType& matrixL() const in matrixL()
219 inline const LUMatrixType& matrixU() const in matrixU()
410 mutable LUMatrixType m_l;
415 mutable LUMatrixType m_u;
/external/eigen/Eigen/src/SuperLUSupport/
DSuperLUSupport.h332 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;