Nonconvex constrained optimization
Loading...
Searching...
No Matches
TypeErasedControlProblem< Conf, Allocator > Member List

This is the complete list of members for TypeErasedControlProblem< Conf, Allocator >, including all inherited members.

allocator_type typedefTypeErasedControlProblem< Conf, Allocator >
Box typedefTypeErasedControlProblem< Conf, Allocator >
check() constTypeErasedControlProblem< Conf, Allocator >inline
Dim typedefTypeErasedControlProblem< Conf, Allocator >
eval_add_gn_hess_constr(index_t timestep, crvec x, crvec M, rmat out) constTypeErasedControlProblem< Conf, Allocator >inline
eval_add_gn_hess_constr_N(crvec x, crvec M, rmat out) constTypeErasedControlProblem< Conf, Allocator >inline
eval_add_Q(index_t timestep, crvec xu, crvec h, rmat Q) constTypeErasedControlProblem< Conf, Allocator >inline
eval_add_Q_N(crvec x, crvec h, rmat Q) constTypeErasedControlProblem< Conf, Allocator >inline
eval_add_R_masked(index_t timestep, crvec xu, crvec h, crindexvec mask, rmat R, rvec work) constTypeErasedControlProblem< Conf, Allocator >inline
eval_add_R_prod_masked(index_t timestep, crvec xu, crvec h, crindexvec mask_J, crindexvec mask_K, crvec v, rvec out, rvec work) constTypeErasedControlProblem< Conf, Allocator >inline
eval_add_S_masked(index_t timestep, crvec xu, crvec h, crindexvec mask, rmat S, rvec work) constTypeErasedControlProblem< Conf, Allocator >inline
eval_add_S_prod_masked(index_t timestep, crvec xu, crvec h, crindexvec mask_K, crvec v, rvec out, rvec work) constTypeErasedControlProblem< Conf, Allocator >inline
eval_constr(index_t timestep, crvec x, rvec c) constTypeErasedControlProblem< Conf, Allocator >inline
eval_constr_N(crvec x, rvec c) constTypeErasedControlProblem< Conf, Allocator >inline
eval_f(index_t timestep, crvec x, crvec u, rvec fxu) constTypeErasedControlProblem< Conf, Allocator >inline
eval_grad_constr_prod(index_t timestep, crvec x, crvec p, rvec grad_cx_p) constTypeErasedControlProblem< Conf, Allocator >inline
eval_grad_constr_prod_N(crvec x, crvec p, rvec grad_cx_p) constTypeErasedControlProblem< Conf, Allocator >inline
eval_grad_f_prod(index_t timestep, crvec x, crvec u, crvec p, rvec grad_fxu_p) constTypeErasedControlProblem< Conf, Allocator >inline
eval_h(index_t timestep, crvec x, crvec u, rvec h) constTypeErasedControlProblem< Conf, Allocator >inline
eval_h_N(crvec x, rvec h) constTypeErasedControlProblem< Conf, Allocator >inline
eval_jac_f(index_t timestep, crvec x, crvec u, rmat J_fxu) constTypeErasedControlProblem< Conf, Allocator >inline
eval_l(index_t timestep, crvec h) constTypeErasedControlProblem< Conf, Allocator >inline
eval_l_N(crvec h) constTypeErasedControlProblem< Conf, Allocator >inline
eval_projecting_difference_constraints(crvec z, rvec e) constTypeErasedControlProblem< Conf, Allocator >inline
eval_projection_multipliers(rvec y, real_t M) constTypeErasedControlProblem< Conf, Allocator >inline
eval_q_N(crvec x, crvec h, rvec q) constTypeErasedControlProblem< Conf, Allocator >inline
eval_qr(index_t timestep, crvec xu, crvec h, rvec qr) constTypeErasedControlProblem< Conf, Allocator >inline
get_D(Box &D) constTypeErasedControlProblem< Conf, Allocator >inline
get_D_N(Box &D) constTypeErasedControlProblem< Conf, Allocator >inline
get_dim() constTypeErasedControlProblem< Conf, Allocator >inline
get_N() constTypeErasedControlProblem< Conf, Allocator >inline
get_nc() constTypeErasedControlProblem< Conf, Allocator >inline
get_nc_N() constTypeErasedControlProblem< Conf, Allocator >inline
get_nh() constTypeErasedControlProblem< Conf, Allocator >inline
get_nh_N() constTypeErasedControlProblem< Conf, Allocator >inline
get_nu() constTypeErasedControlProblem< Conf, Allocator >inline
get_num_constraints() constTypeErasedControlProblem< Conf, Allocator >inline
get_num_variables() constTypeErasedControlProblem< Conf, Allocator >inline
get_nx() constTypeErasedControlProblem< Conf, Allocator >inline
get_R_work_size() constTypeErasedControlProblem< Conf, Allocator >inline
get_S_work_size() constTypeErasedControlProblem< Conf, Allocator >inline
get_U(Box &U) constTypeErasedControlProblem< Conf, Allocator >inline
get_x_init(rvec x_init) constTypeErasedControlProblem< Conf, Allocator >inline
make(Args &&...args)TypeErasedControlProblem< Conf, Allocator >inlinestatic
provides_eval_add_gn_hess_constr() constTypeErasedControlProblem< Conf, Allocator >inline
provides_eval_add_gn_hess_constr_N() constTypeErasedControlProblem< Conf, Allocator >inline
provides_eval_add_Q_N() constTypeErasedControlProblem< Conf, Allocator >inline
provides_eval_add_R_prod_masked() constTypeErasedControlProblem< Conf, Allocator >inline
provides_eval_add_S_prod_masked() constTypeErasedControlProblem< Conf, Allocator >inline
provides_eval_constr() constTypeErasedControlProblem< Conf, Allocator >inline
provides_eval_constr_N() constTypeErasedControlProblem< Conf, Allocator >inline
provides_eval_grad_constr_prod() constTypeErasedControlProblem< Conf, Allocator >inline
provides_eval_grad_constr_prod_N() constTypeErasedControlProblem< Conf, Allocator >inline
provides_eval_h() constTypeErasedControlProblem< Conf, Allocator >inline
provides_eval_h_N() constTypeErasedControlProblem< Conf, Allocator >inline
provides_get_D() constTypeErasedControlProblem< Conf, Allocator >inline
provides_get_D_N() constTypeErasedControlProblem< Conf, Allocator >inline
provides_get_R_work_size() constTypeErasedControlProblem< Conf, Allocator >inline
provides_get_S_work_size() constTypeErasedControlProblem< Conf, Allocator >inline
TypeErased typedefTypeErasedControlProblem< Conf, Allocator >
VTable typedefTypeErasedControlProblem< Conf, Allocator >