#include <alpaqa/problem/problem-counters.hpp>
Definition at line 10 of file problem-counters.hpp.
Classes | |
struct | EvalTimer |
Public Member Functions | |
void | reset () |
Public Attributes | |
unsigned | proj_diff_g {} |
unsigned | proj_multipliers {} |
unsigned | prox_grad_step {} |
unsigned | inactive_indices_res_lna {} |
unsigned | f {} |
unsigned | grad_f {} |
unsigned | f_grad_f {} |
unsigned | f_g {} |
unsigned | grad_f_grad_g_prod {} |
unsigned | g {} |
unsigned | grad_g_prod {} |
unsigned | grad_gi {} |
unsigned | jac_g {} |
unsigned | grad_L {} |
unsigned | hess_L_prod {} |
unsigned | hess_L {} |
unsigned | hess_ψ_prod {} |
unsigned | hess_ψ {} |
unsigned | ψ {} |
unsigned | grad_ψ {} |
unsigned | ψ_grad_ψ {} |
struct alpaqa::EvalCounter::EvalTimer | time |
struct alpaqa::EvalCounter::EvalTimer |
|
inline |
Definition at line 57 of file problem-counters.hpp.
unsigned proj_diff_g {} |
Definition at line 11 of file problem-counters.hpp.
unsigned proj_multipliers {} |
Definition at line 12 of file problem-counters.hpp.
unsigned prox_grad_step {} |
Definition at line 13 of file problem-counters.hpp.
unsigned inactive_indices_res_lna {} |
Definition at line 14 of file problem-counters.hpp.
unsigned f {} |
Definition at line 15 of file problem-counters.hpp.
unsigned grad_f {} |
Definition at line 16 of file problem-counters.hpp.
unsigned f_grad_f {} |
Definition at line 17 of file problem-counters.hpp.
unsigned f_g {} |
Definition at line 18 of file problem-counters.hpp.
unsigned grad_f_grad_g_prod {} |
Definition at line 19 of file problem-counters.hpp.
unsigned g {} |
Definition at line 20 of file problem-counters.hpp.
unsigned grad_g_prod {} |
Definition at line 21 of file problem-counters.hpp.
unsigned grad_gi {} |
Definition at line 22 of file problem-counters.hpp.
unsigned jac_g {} |
Definition at line 23 of file problem-counters.hpp.
unsigned grad_L {} |
Definition at line 24 of file problem-counters.hpp.
unsigned hess_L_prod {} |
Definition at line 25 of file problem-counters.hpp.
unsigned hess_L {} |
Definition at line 26 of file problem-counters.hpp.
unsigned hess_ψ_prod {} |
Definition at line 27 of file problem-counters.hpp.
unsigned hess_ψ {} |
Definition at line 28 of file problem-counters.hpp.
unsigned ψ {} |
Definition at line 29 of file problem-counters.hpp.
unsigned grad_ψ {} |
Definition at line 30 of file problem-counters.hpp.
unsigned ψ_grad_ψ {} |
Definition at line 31 of file problem-counters.hpp.
struct alpaqa::EvalCounter::EvalTimer time |