Box typedef | ProblemWithCounters< Problem > | |
check() const | ProblemWithCounters< Problem > | inline |
decouple_evaluations() | ProblemWithCounters< Problem > | inline |
eval_ψ(crvec x, crvec y, crvec Σ, rvec ŷ) const | ProblemWithCounters< Problem > | inline |
eval_ψ_grad_ψ(crvec x, crvec y, crvec Σ, rvec grad_ψ, rvec work_n, rvec work_m) const | ProblemWithCounters< Problem > | inline |
eval_f(crvec x) const | ProblemWithCounters< Problem > | inline |
eval_f_g(crvec x, rvec g) const | ProblemWithCounters< Problem > | inline |
eval_f_grad_f(crvec x, rvec grad_fx) const | ProblemWithCounters< Problem > | inline |
eval_g(crvec x, rvec gx) const | ProblemWithCounters< Problem > | inline |
eval_grad_ψ(crvec x, crvec y, crvec Σ, rvec grad_ψ, rvec work_n, rvec work_m) const | ProblemWithCounters< Problem > | inline |
eval_grad_f(crvec x, rvec grad_fx) const | ProblemWithCounters< Problem > | inline |
eval_grad_f_grad_g_prod(crvec x, crvec y, rvec grad_f, rvec grad_gxy) const | ProblemWithCounters< Problem > | inline |
eval_grad_g_prod(crvec x, crvec y, rvec grad_gxy) const | ProblemWithCounters< Problem > | inline |
eval_grad_gi(crvec x, index_t i, rvec grad_gi) const | ProblemWithCounters< Problem > | inline |
eval_grad_L(crvec x, crvec y, rvec grad_L, rvec work_n) const | ProblemWithCounters< Problem > | inline |
eval_hess_ψ(crvec x, crvec y, crvec Σ, real_t scale, rindexvec inner_idx, rindexvec outer_ptr, rvec H_values) const | ProblemWithCounters< Problem > | inline |
eval_hess_ψ_prod(crvec x, crvec y, crvec Σ, real_t scale, crvec v, rvec Hv) const | ProblemWithCounters< Problem > | inline |
eval_hess_L(crvec x, crvec y, real_t scale, rindexvec inner_idx, rindexvec outer_ptr, rvec H_values) const | ProblemWithCounters< Problem > | inline |
eval_hess_L_prod(crvec x, crvec y, real_t scale, crvec v, rvec Hv) const | ProblemWithCounters< Problem > | inline |
eval_inactive_indices_res_lna(real_t γ, crvec x, crvec grad_ψ, rindexvec J) const | ProblemWithCounters< Problem > | inline |
eval_jac_g(crvec x, rindexvec inner_idx, rindexvec outer_ptr, rvec J_values) const | ProblemWithCounters< Problem > | inline |
eval_proj_diff_g(crvec z, rvec e) const | ProblemWithCounters< Problem > | inline |
eval_proj_multipliers(rvec y, real_t M) const | ProblemWithCounters< Problem > | inline |
eval_prox_grad_step(real_t γ, crvec x, crvec grad_ψ, rvec x̂, rvec p) const | ProblemWithCounters< Problem > | inline |
evaluations | ProblemWithCounters< Problem > | |
get_box_C() const | ProblemWithCounters< Problem > | inline |
get_box_D() const | ProblemWithCounters< Problem > | inline |
get_hess_ψ_num_nonzeros() const | ProblemWithCounters< Problem > | inline |
get_hess_L_num_nonzeros() const | ProblemWithCounters< Problem > | inline |
get_jac_g_num_nonzeros() const | ProblemWithCounters< Problem > | inline |
get_m() const | ProblemWithCounters< Problem > | inline |
get_n() const | ProblemWithCounters< Problem > | inline |
problem | ProblemWithCounters< Problem > | |
ProblemWithCounters()=default | ProblemWithCounters< Problem > | |
ProblemWithCounters(P &&problem) | ProblemWithCounters< Problem > | inlineexplicit |
ProblemWithCounters(std::in_place_t, Args &&...args) | ProblemWithCounters< Problem > | inlineexplicit |
provides_check() const | ProblemWithCounters< Problem > | inline |
provides_eval_ψ() const | ProblemWithCounters< Problem > | inline |
provides_eval_ψ_grad_ψ() const | ProblemWithCounters< Problem > | inline |
provides_eval_f_g() const | ProblemWithCounters< Problem > | inline |
provides_eval_f_grad_f() const | ProblemWithCounters< Problem > | inline |
provides_eval_grad_ψ() const | ProblemWithCounters< Problem > | inline |
provides_eval_grad_f_grad_g_prod() const | ProblemWithCounters< Problem > | inline |
provides_eval_grad_gi() const | ProblemWithCounters< Problem > | inline |
provides_eval_grad_L() const | ProblemWithCounters< Problem > | inline |
provides_eval_hess_ψ() const | ProblemWithCounters< Problem > | inline |
provides_eval_hess_ψ_prod() const | ProblemWithCounters< Problem > | inline |
provides_eval_hess_L() const | ProblemWithCounters< Problem > | inline |
provides_eval_hess_L_prod() const | ProblemWithCounters< Problem > | inline |
provides_eval_inactive_indices_res_lna() const | ProblemWithCounters< Problem > | inline |
provides_eval_jac_g() const | ProblemWithCounters< Problem > | inline |
provides_get_box_C() const | ProblemWithCounters< Problem > | inline |
provides_get_box_D() const | ProblemWithCounters< Problem > | inline |
provides_get_hess_ψ_num_nonzeros() const | ProblemWithCounters< Problem > | inline |
provides_get_hess_L_num_nonzeros() const | ProblemWithCounters< Problem > | inline |
provides_get_jac_g_num_nonzeros() const | ProblemWithCounters< Problem > | inline |
reset_evaluations() | ProblemWithCounters< Problem > | inline |
timed(TimeT &time, FunT &&f) | ProblemWithCounters< Problem > | inlineprivatestatic |