#include <NonSmoothSteepestDescent.hpp>
Public Attributes | |
int | num_active |
int | num_equal |
double | true_active_value |
int | active_ind [150] |
Definition at line 137 of file includeLinks/NonSmoothSteepestDescent.hpp.
int active_ind |
Definition at line 142 of file includeLinks/NonSmoothSteepestDescent.hpp.
Referenced by NonSmoothSteepestDescent::copy_active(), NonSmoothSteepestDescent::find_active_set(), NonSmoothSteepestDescent::form_PD_grammian(), NonSmoothSteepestDescent::get_active_directions(), NonSmoothSteepestDescent::get_min_estimate(), NonSmoothSteepestDescent::print_active_set(), NonSmoothSteepestDescent::search_direction(), and NonSmoothSteepestDescent::search_edges_faces().
int num_active |
Definition at line 139 of file includeLinks/NonSmoothSteepestDescent.hpp.
Referenced by NonSmoothSteepestDescent::check_equilibrium(), NonSmoothSteepestDescent::copy_active(), NonSmoothSteepestDescent::find_active_set(), NonSmoothSteepestDescent::form_grammian(), NonSmoothSteepestDescent::form_PD_grammian(), NonSmoothSteepestDescent::form_reduced_matrix(), NonSmoothSteepestDescent::get_active_directions(), NonSmoothSteepestDescent::get_min_estimate(), NonSmoothSteepestDescent::minmax_opt(), NonSmoothSteepestDescent::print_active_set(), NonSmoothSteepestDescent::search_direction(), and NonSmoothSteepestDescent::search_edges_faces().
int num_equal |
Definition at line 140 of file includeLinks/NonSmoothSteepestDescent.hpp.
Referenced by NonSmoothSteepestDescent::copy_active(), and NonSmoothSteepestDescent::find_active_set().
double true_active_value |
Definition at line 141 of file includeLinks/NonSmoothSteepestDescent.hpp.
Referenced by NonSmoothSteepestDescent::copy_active(), NonSmoothSteepestDescent::find_active_set(), NonSmoothSteepestDescent::improvement_check(), NonSmoothSteepestDescent::minmax_opt(), and NonSmoothSteepestDescent::step_acceptance().