DiSMEC++
|
Variables | |
constexpr const stats::stat_id_t | STAT_PERF_VALUE {0} |
constexpr const stats::stat_id_t | STAT_PERF_PRECONDITIONER {1} |
constexpr const stats::stat_id_t | STAT_PERF_GRAD_AT_ZERO {2} |
constexpr const stats::stat_id_t | STAT_PERF_GRADIENT {3} |
constexpr const stats::stat_id_t | STAT_PERF_HESSIAN {4} |
constexpr const stats::stat_id_t | STAT_PERF_GRAD_AND_PRE {5} |
constexpr const stats::stat_id_t | STAT_PERF_PROJ_TO_LINE {6} |
|
constexpr |
Definition at line 20 of file objective.cpp.
Referenced by dismec::objective::Objective::gradient_and_pre_conditioner(), and dismec::objective::Objective::Objective().
|
constexpr |
Definition at line 17 of file objective.cpp.
Referenced by dismec::objective::Objective::gradient_at_zero(), and dismec::objective::Objective::Objective().
|
constexpr |
Definition at line 18 of file objective.cpp.
Referenced by dismec::objective::Objective::gradient(), and dismec::objective::Objective::Objective().
|
constexpr |
Definition at line 19 of file objective.cpp.
Referenced by dismec::objective::Objective::hessian_times_direction(), and dismec::objective::Objective::Objective().
|
constexpr |
Definition at line 16 of file objective.cpp.
Referenced by dismec::objective::Objective::diag_preconditioner(), and dismec::objective::Objective::Objective().
|
constexpr |
Definition at line 21 of file objective.cpp.
Referenced by dismec::objective::Objective::Objective(), and dismec::objective::Objective::project_to_line().
|
constexpr |
Definition at line 15 of file objective.cpp.
Referenced by dismec::objective::Objective::Objective(), and dismec::objective::Objective::value().