Searched refs:UmfPackLU (Results 1 – 5 of 5) sorted by relevance
134 class UmfPackLU : public SparseSolverBase<UmfPackLU<_MatrixType> >137 typedef SparseSolverBase<UmfPackLU<_MatrixType> > Base;160 UmfPackLU() in UmfPackLU() function167 explicit UmfPackLU(const InputMatrixType& matrix) in UmfPackLU() function174 ~UmfPackLU() in ~UmfPackLU()382 UmfPackLU(const UmfPackLU& ) { } in UmfPackLU() argument387 void UmfPackLU<MatrixType>::extractData() const in extractData()415 typename UmfPackLU<MatrixType>::Scalar UmfPackLU<MatrixType>::determinant() const in determinant()424 bool UmfPackLU<MatrixType>::_solve_impl(const MatrixBase<BDerived> &b, MatrixBase<XDerived> &x) con… in _solve_impl()
17 UmfPackLU<SparseMatrix<T, ColMajor> > umfpack_colmajor; in test_umfpack_support_T()18 UmfPackLU<SparseMatrix<T, RowMajor> > umfpack_rowmajor; in test_umfpack_support_T()
24 * - class UmfPackLU: a multifrontal sequential LU factorization.
315 UmfPackLU<SpMat> solver; in SelectSolvers()
70 <tr><td>UmfPackLU</td><td>\link UmfPackSupport_Module UmfPackSupport \endlink</td><td>Direct LU fac…