Searched refs:UmfPackLU (Results 1 – 5 of 5) sorted by relevance
152 class UmfPackLU : public SparseSolverBase<UmfPackLU<_MatrixType> >155 typedef SparseSolverBase<UmfPackLU<_MatrixType> > Base;179 UmfPackLU() in UmfPackLU() function186 explicit UmfPackLU(const InputMatrixType& matrix) in UmfPackLU() function193 ~UmfPackLU() in ~UmfPackLU()431 UmfPackLU(const UmfPackLU& ) { } in UmfPackLU() argument436 void UmfPackLU<MatrixType>::extractData() const in extractData()464 typename UmfPackLU<MatrixType>::Scalar UmfPackLU<MatrixType>::determinant() const in determinant()473 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…