cgv
cgv::math::sparse_les_factory_impl< T > Class Template Reference

implementation of factory class for sparse linear system solvers More...

#include <sparse_les.h>

Inheritance diagram for cgv::math::sparse_les_factory_impl< T >:
cgv::math::sparse_les_factory cgv::data::ref_counted

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
 

Detailed Description

template<class T>
class cgv::math::sparse_les_factory_impl< T >

implementation of factory class for sparse linear system solvers


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