template<typename Data, template< class > class Problem = problem>
class Feel::SolverUnconstrained< Data, Problem >::Stats
Statistics holder for the solver.
|
|
void | clear () |
| | reset all statistics
|
| |
|
bool | collectStats () const |
| | tells if we collect statistics regarding the solver convergence
|
| |
|
void | push (const vector_type &__x, vector_type const &, vector_type const &) |
| |
|
void | push (value_type norm_Tgrad_fx, int n_CGiter, int n_restarts, int n_indef, int n_crosses_def, int n_crosses_indef, int n_truss_exit_def, int n_truss_exit_indef, value_type Delta, value_type ared_til, value_type phi_til, value_type rho) |
| |
|
void | show () const |
| |
| | Stats (solver_type *__s, bool __c=false) |
| | default constructor More...
|
| |