EVSL
1.1.0
EigenValues Slicing Library
|
Data Fields | |
int | n |
cs_dis * | S |
cs_din * | N |
double * | w |
cholmod_factor * | LB |
cholmod_common | cm |
Definition at line 15 of file evsl_cxsparse.c.
cholmod_common _BSolDataDirect::cm |
Definition at line 18 of file evsl_suitesparse.c.
Referenced by BSolDirect(), FreeBSolDirectData(), LTSolDirect(), and SetupBSolDirect().
cholmod_factor* _BSolDataDirect::LB |
Definition at line 17 of file evsl_suitesparse.c.
Referenced by BSolDirect(), FreeBSolDirectData(), LTSolDirect(), and SetupBSolDirect().
int _BSolDataDirect::n |
Definition at line 17 of file evsl_cxsparse.c.
Referenced by BSolDirect(), LTSolDirect(), and SetupBSolDirect().
cs_din* _BSolDataDirect::N |
Definition at line 21 of file evsl_cxsparse.c.
Referenced by BSolDirect(), FreeBSolDirectData(), LTSolDirect(), and SetupBSolDirect().
cs_dis* _BSolDataDirect::S |
Definition at line 19 of file evsl_cxsparse.c.
Referenced by BSolDirect(), FreeBSolDirectData(), LTSolDirect(), and SetupBSolDirect().
double* _BSolDataDirect::w |
Definition at line 23 of file evsl_cxsparse.c.
Referenced by BSolDirect(), FreeBSolDirectData(), LTSolDirect(), and SetupBSolDirect().