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

/external/eigen/Eigen/src/UmfPackSupport/
H A DUmfPackSupport.h166 typedef SparseMatrix<Scalar> LUMatrixType; typedef in class:Eigen::UmfPackLU
213 inline const LUMatrixType& matrixL() const
219 inline const LUMatrixType& matrixU() const
410 mutable LUMatrixType m_l;
415 mutable LUMatrixType m_u;
/external/eigen/Eigen/src/SuperLUSupport/
H A DSuperLUSupport.h332 typedef SparseMatrix<Scalar> LUMatrixType; typedef in class:Eigen::SuperLUBase
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; typedef in class:Eigen::SuperLU
500 typedef TriangularView<LUMatrixType, Lower|UnitDiag> LMatrixType;
501 typedef TriangularView<LUMatrixType, Upper> UMatrixType;

Completed in 397 milliseconds