EVSL
1.1.0
EigenValues Slicing Library
|
#include <struct.h>
Data Fields | |
int | max_deg |
int | deg |
double | intv [2] |
double | cc |
double | dd |
double | tol |
double * | mu |
double * | wk |
double _BSolDataPol::cc |
double _BSolDataPol::dd |
int _BSolDataPol::deg |
double _BSolDataPol::intv[2] |
spectrum bounds of the matrix
Definition at line 181 of file struct.h.
Referenced by lsPol(), and SetupBPol().
int _BSolDataPol::max_deg |
max degree set by user
Definition at line 179 of file struct.h.
Referenced by lsPol(), and SetupBPol().
double* _BSolDataPol::mu |
polyno. coeff
Definition at line 184 of file struct.h.
Referenced by BSolPol(), FreeBSolPolData(), lsPol(), and SetupBPol().
double _BSolDataPol::tol |
double* _BSolDataPol::wk |
working array for applying
Definition at line 185 of file struct.h.
Referenced by BSolPol(), FreeBSolPolData(), and SetupBPol().