stub when library compiled without eigen More...
#include <umfpack_solver.hpp>
Public Member Functions | |
| void | best_solve () |
| stub solve | |
Static Public Member Functions | |
| template<unsigned int impl, typename id_type > | |
| static Vector< T > | solve (const SparseMatrix< T, id_type, impl > &A, const Vector< T, impl > &b) |
| stub solve | |
| template<unsigned int impl, typename id_type > | |
| static Vector< T, impl > | try_solve (SparseMatrix< T, id_type, impl > &A, const Vector< T, impl > &b, size_t opt=UMFPACK_NONE) |
| stub solve | |
stub when library compiled without eigen
Definition at line 193 of file umfpack_solver.hpp.