#include <panoc-alm/util/problem.hpp>
Definition at line 169 of file include/panoc-alm/util/problem.hpp.
Collaboration diagram for EvalCounter:Classes | |
| struct | EvalTimer |
Public Member Functions | |
| void | reset () |
Public Attributes | |
| unsigned | f {} |
| unsigned | grad_f {} |
| unsigned | g {} |
| unsigned | grad_g_prod {} |
| unsigned | grad_gi {} |
| unsigned | hess_L_prod {} |
| unsigned | hess_L {} |
| struct pa::EvalCounter::EvalTimer | time |
| struct pa::EvalCounter::EvalTimer |
|
inline |
Definition at line 188 of file include/panoc-alm/util/problem.hpp.
| unsigned f {} |
Definition at line 170 of file include/panoc-alm/util/problem.hpp.
| unsigned grad_f {} |
Definition at line 171 of file include/panoc-alm/util/problem.hpp.
| unsigned g {} |
Definition at line 172 of file include/panoc-alm/util/problem.hpp.
| unsigned grad_g_prod {} |
Definition at line 173 of file include/panoc-alm/util/problem.hpp.
| unsigned grad_gi {} |
Definition at line 174 of file include/panoc-alm/util/problem.hpp.
| unsigned hess_L_prod {} |
Definition at line 175 of file include/panoc-alm/util/problem.hpp.
| unsigned hess_L {} |
Definition at line 176 of file include/panoc-alm/util/problem.hpp.
| struct pa::EvalCounter::EvalTimer time |