EVSL
1.1.0
EigenValues Slicing Library
|
#include <cs.h>
Data Fields | |
int | nzmax |
int | m |
int | n |
int * | p |
int * | i |
double * | x |
int | nz |
int* cs_di_sparse::i |
Definition at line 69 of file cs.h.
Referenced by cs_i_complex(), cs_i_real(), and SetupBSolDirect().
int cs_di_sparse::m |
Definition at line 66 of file cs.h.
Referenced by cs_i_complex(), and SetupBSolDirect().
int cs_di_sparse::n |
Definition at line 67 of file cs.h.
Referenced by cs_i_complex(), and SetupBSolDirect().
int cs_di_sparse::nz |
Definition at line 71 of file cs.h.
Referenced by cs_i_complex(), cs_i_real(), and SetupBSolDirect().
int cs_di_sparse::nzmax |
Definition at line 65 of file cs.h.
Referenced by cs_i_complex(), and SetupBSolDirect().
int* cs_di_sparse::p |
Definition at line 68 of file cs.h.
Referenced by cs_i_complex(), cs_i_real(), and SetupBSolDirect().
double* cs_di_sparse::x |
Definition at line 70 of file cs.h.
Referenced by cs_i_complex(), cs_i_real(), and SetupBSolDirect().