Searched refs:LUMatrixType (Results 1 – 2 of 2) sorted by relevance
166 typedef SparseMatrix<Scalar> LUMatrixType; typedef213 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;
332 typedef SparseMatrix<Scalar> LUMatrixType;445 mutable LUMatrixType m_l;446 mutable LUMatrixType m_u;450 mutable LUMatrixType m_matrix; // copy of the factorized matrix499 typedef typename Base::LUMatrixType LUMatrixType;500 typedef TriangularView<LUMatrixType, Lower|UnitDiag> LMatrixType;501 typedef TriangularView<LUMatrixType, Upper> UMatrixType;