#include <pcg.h>
Data Fields | |
int | flag |
int | iter |
double | relres |
exit flag; see below
Referenced by init_pcg_status(), l1_logreg_train(), and pcg().
number of iteration
Referenced by init_pcg_status(), l1_logreg_train(), and pcg().
double pcg_status_t::relres |
relative residual
Referenced by init_pcg_status(), l1_logreg_train(), and pcg().