#include <sparse_lu.hpp>
| Public Member Functions | |
| CLAPS_sparse_lu () | |
| ~CLAPS_sparse_lu () | |
| void | cleanup () | 
| int | factor (int N_, int NNZ_, int COLPTR[], int ROWIDX[], double ANZ[], int scale_flag_=0) | 
| int | sol (int NRHS, double RHS[], double SOL[], double TEMP[]) | 
| CLAPS_sparse_lu::CLAPS_sparse_lu | ( | ) | 
| CLAPS_sparse_lu::~CLAPS_sparse_lu | ( | ) | 
| void CLAPS_sparse_lu::cleanup | ( | ) | 
| int CLAPS_sparse_lu::factor | ( | int | N_, | 
| int | NNZ_, | ||
| int | COLPTR[], | ||
| int | ROWIDX[], | ||
| double | ANZ[], | ||
| int | scale_flag_ = 0 | ||
| ) | 
| int CLAPS_sparse_lu::sol | ( | int | NRHS, | 
| double | RHS[], | ||
| double | SOL[], | ||
| double | TEMP[] | ||
| ) | 
 1.8.5
 1.8.5