NTPoly
|
A class that serves as the base class for all the solvers. More...
#include <SolverBase.h>
Static Protected Member Functions | |
static const int * | GetIH (const Matrix_ps &dsm) |
static int * | GetIH (Matrix_ps &dsm) |
static const int * | GetIH (const SolverParameters &csp) |
static int * | GetIH (SolverParameters &csp) |
A class that serves as the base class for all the solvers.
|
staticprotected |
Get the internal handle from a dense sparse matrix.
dsm | the matrix to get the handle from. |
|
staticprotected |
Get the internal handle from a solver parameter set.
csp | the parameteres to get the handle from. |
|
staticprotected |
Get the internal handle from a dense sparse matrix.
dsm | the matrix to get the handle from. |
|
staticprotected |
Get the internal handle from a solver parameter set.
csp | the parameteres to get the handle from. |