OpenFPM  5.2.0
Project that contain the implementation of distributed structures
umfpack_solver< T > Class Template Reference

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
 

Detailed Description

template<typename T>
class umfpack_solver< T >

stub when library compiled without eigen

Definition at line 193 of file umfpack_solver.hpp.


The documentation for this class was generated from the following file: