Claps  Development
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()

CLAPS_sparse_lu::~CLAPS_sparse_lu ( )

Member Function Documentation

◆ cleanup()

void CLAPS_sparse_lu::cleanup ( )

◆ factor()

int CLAPS_sparse_lu::factor ( int  N_,
int  NNZ_,
int  COLPTR[],
int  ROWIDX[],
double  ANZ[],
int  scale_flag_ = 0 
)

◆ sol()

int CLAPS_sparse_lu::sol ( int  NRHS,
double  RHS[],
double  SOL[],
double  TEMP[] 
)

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