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 DistributedSparseMatrix &dsm) |
static int * | GetIH (DistributedSparseMatrix &dsm) |
static const int * | GetIH (const IterativeSolverParameters &csp) |
static int * | GetIH (IterativeSolverParameters &csp) |
static const int * | GetIH (const FixedSolverParameters &csp) |
static int * | GetIH (FixedSolverParameters &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 dense sparse matrix.
dsm | the matrix to get the handle from. |
|
staticprotected |
Get the internal handle from a chemistry solver parameter set.
csp | the parameteres to get the handle from. |
|
staticprotected |
Get the internal handle from a chemistry solver parameter set.
csp | the parameteres to get the handle from. |
|
staticprotected |
Get the internal handle from a chemistry solver parameter set.
csp | the parameteres to get the handle from. |
|
inlinestaticprotected |
Get the internal handle from a chemistry solver parameter set.
csp | the parameteres to get the handle from. |