Claps  Development
 All Classes Namespaces Files Functions Variables Macros
Public Member Functions | List of all members
CLAPS_sparse_lu Class Reference

#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[])
 

Constructor & Destructor Documentation

CLAPS_sparse_lu::CLAPS_sparse_lu ( )
CLAPS_sparse_lu::~CLAPS_sparse_lu ( )

Member Function Documentation

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[] 
)

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