cgv
|
implementation of factory class for sparse linear system solvers More...
#include <sparse_les.h>
Public Member Functions | |
SparseLesCaps | get_caps () const |
return the supported capabilities of the solver | |
std::string | get_solver_name () const |
return the name of the solver | |
sparse_les_ptr | create (int n, int nr_rhs, int nr_nze) |
create an instance of the solver. | |
int | get_ref_count () const |
read access to current count | |
Protected Member Functions | |
void | set_ref_count (int c) const |
write access is also const to allow ref counted pointers to const instances | |
implementation of factory class for sparse linear system solvers