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

#include <CRS_serial.hpp>

Public Member Functions

 CRS_serial (double *A_, int *rowbeg_, int *colidx_, int nrow_, int ncol_, int nnode_, int *nodebeg_, int *localdof_, double *x_, double *y_, double *z_)
 
 ~CRS_serial ()
 
int get_nrow ()
 
int get_ncol ()
 
int get_nnode ()
 
int get_nnz ()
 
int * get_nodebeg ()
 
int * get_localdof ()
 
double * get_xcoord ()
 
double * get_ycoord ()
 
double * get_zcoord ()
 
int * get_rowbeg ()
 
int * get_colidx ()
 
double * get_vals ()
 
void multiply (double *x, double *y)
 

Constructor & Destructor Documentation

CRS_serial::CRS_serial ( double *  A_,
int *  rowbeg_,
int *  colidx_,
int  nrow_,
int  ncol_,
int  nnode_,
int *  nodebeg_,
int *  localdof_,
double *  x_,
double *  y_,
double *  z_ 
)
CRS_serial::~CRS_serial ( )

Member Function Documentation

int* CRS_serial::get_colidx ( )
int* CRS_serial::get_localdof ( )
int CRS_serial::get_ncol ( )
int CRS_serial::get_nnode ( )
int CRS_serial::get_nnz ( )
int* CRS_serial::get_nodebeg ( )
int CRS_serial::get_nrow ( )
int* CRS_serial::get_rowbeg ( )
double* CRS_serial::get_vals ( )
double* CRS_serial::get_xcoord ( )
double* CRS_serial::get_ycoord ( )
double* CRS_serial::get_zcoord ( )
void CRS_serial::multiply ( double *  x,
double *  y 
)

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