EVSL
1.1.0
EigenValues Slicing Library
|
timing and memory statistics of EVSL More...
#include <struct.h>
Data Fields | |
double | t_setBsv |
double | t_setASigBsv |
double | t_iter |
double | t_mvA |
double | t_mvB |
double | t_svB |
double | t_svLT |
double | t_svASigB |
double | t_reorth |
double | t_eig |
double | t_blas |
double | t_ritz |
double | t_polAv |
double | t_ratAv |
double | t_sth |
size_t | n_mvA |
size_t | n_mvB |
size_t | n_svB |
size_t | n_svLT |
size_t | n_svASigB |
size_t | n_polAv |
size_t | n_ratAv |
size_t | alloced |
size_t | alloced_total |
size_t | alloced_max |
size_t _evslstat::n_mvA |
Definition at line 214 of file struct.h.
Referenced by StatsPrint().
size_t _evslstat::n_mvB |
Definition at line 215 of file struct.h.
Referenced by StatsPrint().
size_t _evslstat::n_polAv |
Definition at line 219 of file struct.h.
Referenced by ChebAv(), and StatsPrint().
size_t _evslstat::n_ratAv |
Definition at line 220 of file struct.h.
Referenced by RatFiltApply(), and StatsPrint().
size_t _evslstat::n_svASigB |
Definition at line 218 of file struct.h.
Referenced by StatsPrint().
size_t _evslstat::n_svB |
Definition at line 216 of file struct.h.
Referenced by StatsPrint().
double _evslstat::t_blas |
Definition at line 209 of file struct.h.
Referenced by StatsPrint().
double _evslstat::t_eig |
Definition at line 208 of file struct.h.
Referenced by StatsPrint(), SymEigenSolver(), SymmTridEig(), and SymmTridEigS().
double _evslstat::t_iter |
Definition at line 200 of file struct.h.
Referenced by ChebLanNr(), ChebLanTr(), RatLanNr(), RatLanTr(), and StatsPrint().
double _evslstat::t_mvA |
Definition at line 202 of file struct.h.
Referenced by StatsPrint().
double _evslstat::t_mvB |
Definition at line 203 of file struct.h.
Referenced by StatsPrint().
double _evslstat::t_polAv |
Definition at line 211 of file struct.h.
Referenced by ChebAv(), and StatsPrint().
double _evslstat::t_ratAv |
Definition at line 212 of file struct.h.
Referenced by RatFiltApply(), and StatsPrint().
double _evslstat::t_reorth |
Definition at line 207 of file struct.h.
Referenced by CGS_DGKS(), CGS_DGKS2(), and StatsPrint().
double _evslstat::t_ritz |
Definition at line 210 of file struct.h.
Referenced by ChebLanNr(), RatLanNr(), and StatsPrint().
double _evslstat::t_setASigBsv |
Definition at line 199 of file struct.h.
Referenced by SetupASIGMABSolDirect(), and StatsPrint().
double _evslstat::t_setBsv |
Definition at line 198 of file struct.h.
Referenced by SetupBSolDirect(), and StatsPrint().
double _evslstat::t_sth |
Definition at line 213 of file struct.h.
Referenced by ChebAv(), and StatsPrint().
double _evslstat::t_svASigB |
Definition at line 206 of file struct.h.
Referenced by StatsPrint().
double _evslstat::t_svB |
Definition at line 204 of file struct.h.
Referenced by StatsPrint().