#include <sparse_lu2.hpp>
|
| CLAPS_sparse_lu2 () |
|
| ~CLAPS_sparse_lu2 () |
|
void | cleanup () |
|
int | factor (double *ANZ, int *COLPTR, int *ROWIDX, int N_, int scale_flag_=0) |
|
int | solve (int NRHS, double RHS[], double SOL[], double TEMP[]) |
|
| solver_crd () |
|
virtual | ~solver_crd () |
|
virtual int | solve (const int NRHS, double *RHS, double *SOL, double *TEMP)=0 |
|
CLAPS_sparse_lu2::CLAPS_sparse_lu2 |
( |
| ) |
|
CLAPS_sparse_lu2::~CLAPS_sparse_lu2 |
( |
| ) |
|
void CLAPS_sparse_lu2::cleanup |
( |
| ) |
|
int CLAPS_sparse_lu2::factor |
( |
double * |
ANZ, |
|
|
int * |
COLPTR, |
|
|
int * |
ROWIDX, |
|
|
int |
N_, |
|
|
int |
scale_flag_ = 0 |
|
) |
| |
|
virtual |
int CLAPS_sparse_lu2::solve |
( |
int |
NRHS, |
|
|
double |
RHS[], |
|
|
double |
SOL[], |
|
|
double |
TEMP[] |
|
) |
| |
The documentation for this class was generated from the following file: