assert_initialized() const | NLPInterfacePack::NLPSerialPreprocessExplJac | protected |
assert_ref_set(T *p, std::string info) const | NLPInterfacePack::NLP | protected |
basis_sys() const | NLPInterfacePack::NLPSerialPreprocessExplJac | virtual |
basis_sys_ptr_t typedef | NLPInterfacePack::NLPFirstOrder | |
c() | NLPInterfacePack::NLP | virtual |
c() const | NLPInterfacePack::NLP | virtual |
c_breve() | NLPInterfacePack::NLP | virtual |
c_breve() const | NLPInterfacePack::NLP | virtual |
calc_c(const Vector &x, bool newx=true) const | NLPInterfacePack::NLP | virtual |
calc_c_breve(const Vector &x, bool newx=true) const | NLPInterfacePack::NLP | virtual |
calc_f(const Vector &x, bool newx=true) const | NLPInterfacePack::NLP | virtual |
calc_Gc(const Vector &x, bool newx=true) const | NLPInterfacePack::NLPFirstOrder | virtual |
calc_h_breve(const Vector &x, bool newx=true) const | NLPInterfacePack::NLP | virtual |
equ_decomp() const | NLPInterfacePack::NLPSerialPreprocess | virtual |
equ_perm() const | NLPInterfacePack::NLPSerialPreprocess | protected |
equ_undecomp() const | NLPInterfacePack::NLPSerialPreprocess | virtual |
f() | NLPInterfacePack::NLP | virtual |
f() const | NLPInterfacePack::NLP | virtual |
factory_Gc() const | NLPInterfacePack::NLPSerialPreprocessExplJac | virtual |
factory_mat_ptr_t typedef | NLPInterfacePack::NLPSerialPreprocessExplJac | |
factory_P_equ() const | NLPInterfacePack::NLPSerialPreprocess | virtual |
factory_P_var() const | NLPInterfacePack::NLPSerialPreprocess | virtual |
first_order_expl_info() const | NLPInterfacePack::NLPSerialPreprocessExplJac | protected |
first_order_info() const | NLPInterfacePack::NLPFirstOrder | protected |
fixed_var_mult() | NLPInterfacePack::NLPSerialPreprocess | static |
force_xinit_in_bounds(bool force_xinit_in_bounds) | NLPInterfacePack::NLPSerialPreprocess | virtual |
force_xinit_in_bounds() const | NLPInterfacePack::NLPSerialPreprocess | virtual |
Gc() | NLPInterfacePack::NLPFirstOrder | virtual |
Gc() const | NLPInterfacePack::NLPFirstOrder | virtual |
get_basis(Permutation *P_var, Range1D *var_dep, Permutation *P_equ, Range1D *equ_decomp) const | NLPInterfacePack::NLPSerialPreprocess | virtual |
get_c() | NLPInterfacePack::NLP | virtual |
get_c_breve() | NLPInterfacePack::NLP | virtual |
get_f() | NLPInterfacePack::NLP | virtual |
get_Gc() | NLPInterfacePack::NLPFirstOrder | virtual |
get_h_breve() | NLPInterfacePack::NLP | virtual |
get_init_lagrange_mult(VectorMutable *lambda, VectorMutable *nu) const | NLPInterfacePack::NLPSerialPreprocess | virtual |
get_next_basis(Permutation *P_var, Range1D *var_dep, Permutation *P_equ, Range1D *equ_decomp) | NLPInterfacePack::NLPSerialPreprocessExplJac | virtual |
get_options() const | NLPInterfacePack::NLPSerialPreprocessExplJac | virtual |
h_breve() | NLPInterfacePack::NLP | virtual |
h_breve() const | NLPInterfacePack::NLP | virtual |
hl_breve() const | NLPInterfacePack::NLPSerialPreprocess | virtual |
hu_breve() const | NLPInterfacePack::NLPSerialPreprocess | virtual |
imp_calc_c(const Vector &x, bool newx, const ZeroOrderInfo &zero_order_info) const | NLPInterfacePack::NLPSerialPreprocess | protectedvirtual |
imp_calc_c_breve(const Vector &x, bool newx, const ZeroOrderInfo &zero_order_info_breve) const | NLPInterfacePack::NLPSerialPreprocess | protectedvirtual |
imp_calc_c_orig(const DVectorSlice &x_full, bool newx, const ZeroOrderInfoSerial &zero_order_info) const | NLPInterfacePack::NLPWBCounterExample | protectedvirtual |
imp_calc_f(const Vector &x, bool newx, const ZeroOrderInfo &zero_order_info) const | NLPInterfacePack::NLPSerialPreprocess | protectedvirtual |
imp_calc_f_orig(const DVectorSlice &x_full, bool newx, const ZeroOrderInfoSerial &zero_order_info) const | NLPInterfacePack::NLPWBCounterExample | protectedvirtual |
imp_calc_Gc(const Vector &x, bool newx, const FirstOrderInfo &first_order_info) const | NLPInterfacePack::NLPSerialPreprocessExplJac | protectedvirtual |
imp_calc_Gc_orig(const DVectorSlice &x_full, bool newx, const FirstOrderExplInfo &first_order_expl_info) const | NLPInterfacePack::NLPWBCounterExample | protectedvirtual |
imp_calc_Gf(const Vector &x, bool newx, const ObjGradInfo &obj_grad_info) const | NLPInterfacePack::NLPSerialPreprocess | protected |
imp_calc_Gf_orig(const DVectorSlice &x_full, bool newx, const ObjGradInfoSerial &obj_grad_info) const | NLPInterfacePack::NLPWBCounterExample | protectedvirtual |
imp_calc_Gh_orig(const DVectorSlice &x_full, bool newx, const FirstOrderExplInfo &first_order_expl_info) const | NLPInterfacePack::NLPWBCounterExample | protectedvirtual |
imp_calc_h_breve(const Vector &x, bool newx, const ZeroOrderInfo &zero_order_info_breve) const | NLPInterfacePack::NLPSerialPreprocess | protectedvirtual |
imp_calc_h_orig(const DVectorSlice &x_full, bool newx, const ZeroOrderInfoSerial &zero_order_info) const | NLPInterfacePack::NLPWBCounterExample | protectedvirtual |
imp_Gc_nz_orig() const | NLPInterfacePack::NLPWBCounterExample | protectedvirtual |
imp_get_next_basis(IVector *var_perm_full, IVector *equ_perm_full, size_type *rank_full, size_type *rank) | NLPInterfacePack::NLPWBCounterExample | protectedvirtual |
imp_Gh_nz_orig() const | NLPInterfacePack::NLPWBCounterExample | protectedvirtual |
imp_has_var_bounds() const | NLPInterfacePack::NLPWBCounterExample | protectedvirtual |
imp_hl_orig() const | NLPInterfacePack::NLPWBCounterExample | protectedvirtual |
imp_hu_orig() const | NLPInterfacePack::NLPWBCounterExample | protectedvirtual |
imp_m_orig() const | NLPInterfacePack::NLPWBCounterExample | protectedvirtual |
imp_mI_orig() const | NLPInterfacePack::NLPWBCounterExample | protectedvirtual |
imp_n_orig() const | NLPInterfacePack::NLPWBCounterExample | protectedvirtual |
imp_nlp_has_changed() const | NLPInterfacePack::NLPWBCounterExample | protectedvirtual |
imp_report_orig_final_solution(const DVectorSlice &x_orig, const DVectorSlice *lambda_orig, const DVectorSlice *lambdaI_orig, const DVectorSlice *nu_orig, bool is_optimal) | NLPInterfacePack::NLPWBCounterExample | protectedvirtual |
imp_xinit_orig() const | NLPInterfacePack::NLPWBCounterExample | protectedvirtual |
imp_xl_orig() const | NLPInterfacePack::NLPWBCounterExample | protectedvirtual |
imp_xu_orig() const | NLPInterfacePack::NLPWBCounterExample | protectedvirtual |
infinite_bound() | NLPInterfacePack::NLP | static |
initialize(bool test_setup) | NLPInterfacePack::NLPWBCounterExample | virtual |
inv_equ_perm() const | NLPInterfacePack::NLPSerialPreprocess | protected |
is_initialized() const | NLPInterfacePack::NLPWBCounterExample | virtual |
m() const | NLPInterfacePack::NLPSerialPreprocess | virtual |
mat_fcty_ptr_t typedef | NLPInterfacePack::NLPFirstOrder | |
max_var_bounds_viol() const | NLPInterfacePack::NLPWBCounterExample | virtual |
n() const | NLPInterfacePack::NLPSerialPreprocess | virtual |
NLP() | NLPInterfacePack::NLP | |
nlp_selects_basis() const | NLPInterfacePack::NLPWBCounterExample | virtual |
NLPFirstOrder() | NLPInterfacePack::NLPFirstOrder | |
NLPSerialPreprocess() | NLPInterfacePack::NLPSerialPreprocess | |
NLPSerialPreprocessExplJac(const basis_sys_fcty_ptr_t &basis_sys_fcty=Teuchos::rcp(new BasisSystemFactoryStd()), const factory_mat_ptr_t &factory_Gc_full=Teuchos::null) | NLPInterfacePack::NLPSerialPreprocessExplJac | |
NLPWBCounterExample(value_type xinit[3], value_type a=0.0, value_type b=1.0, bool nlp_selects_basis=true, bool linear_obj=true) | NLPInterfacePack::NLPWBCounterExample | |
ns() const | NLPInterfacePack::NLPSerialPreprocess | virtual |
num_bounded_x() const | NLPInterfacePack::NLPSerialPreprocess | virtual |
num_c_evals() const | NLPInterfacePack::NLP | virtual |
num_f_evals() const | NLPInterfacePack::NLP | virtual |
num_Gc_evals() const | NLPInterfacePack::NLPFirstOrder | virtual |
obj_grad_orig_info() const | NLPInterfacePack::NLPSerialPreprocess | protected |
options_ptr_t typedef | NLPInterfacePack::NLP | |
P_equ() const | NLPInterfacePack::NLPSerialPreprocess | virtual |
P_var() const | NLPInterfacePack::NLPSerialPreprocess | virtual |
perm_fcty_ptr_t typedef | NLPInterfacePack::NLPVarReductPerm | |
report_final_solution(const Vector &x, const Vector *lambda, const Vector *nu, bool is_optimal) | NLPInterfacePack::NLPSerialPreprocess | virtual |
scale_f(value_type scale_f) | NLPInterfacePack::NLPSerialPreprocess | virtual |
scale_f() const | NLPInterfacePack::NLPSerialPreprocess | virtual |
set_basis(const Permutation &P_var, const Range1D &var_dep, const Permutation *P_equ, const Range1D *equ_decomp) | NLPInterfacePack::NLPSerialPreprocessExplJac | virtual |
set_c(VectorMutable *c) | NLPInterfacePack::NLP | virtual |
set_c_breve(VectorMutable *c_breve) | NLPInterfacePack::NLP | virtual |
set_f(value_type *f) | NLPInterfacePack::NLP | virtual |
set_factory_Gc_full(const factory_mat_ptr_t &factory_Gc_full) | NLPInterfacePack::NLPSerialPreprocessExplJac | |
set_Gc(MatrixOp *Gc) | NLPInterfacePack::NLPSerialPreprocessExplJac | virtual |
set_h_breve(VectorMutable *h_breve) | NLPInterfacePack::NLP | virtual |
set_not_initialized() | NLPInterfacePack::NLPSerialPreprocess | protected |
set_options(const options_ptr_t &options) | NLPInterfacePack::NLPSerialPreprocessExplJac | virtual |
set_x_full(const DVectorSlice &x, bool newx, DVectorSlice *x_full) const | NLPInterfacePack::NLPSerialPreprocess | protected |
space_c() const | NLPInterfacePack::NLPSerialPreprocess | virtual |
space_c_breve() const | NLPInterfacePack::NLPSerialPreprocess | virtual |
space_h_breve() const | NLPInterfacePack::NLPSerialPreprocess | virtual |
space_x() const | NLPInterfacePack::NLPSerialPreprocess | virtual |
STANDARD_COMPOSITION_MEMBERS(BasisSystemFactory, basis_sys_fcty) | NLPInterfacePack::NLPSerialPreprocessExplJac | |
NLPInterfacePack::unset_quantities() | NLPInterfacePack::NLP | virtual |
NLPInterfacePack::NLPFirstOrder::unset_quantities() | NLPInterfacePack::NLPFirstOrder | virtual |
var_dep() const | NLPInterfacePack::NLPSerialPreprocess | virtual |
var_full_to_remove_fixed() const | NLPInterfacePack::NLPSerialPreprocess | protected |
var_indep() const | NLPInterfacePack::NLPSerialPreprocess | virtual |
var_perm() const | NLPInterfacePack::NLPSerialPreprocess | protected |
var_remove_fixed_to_full() const | NLPInterfacePack::NLPSerialPreprocess | protected |
vec_space_ptr_t typedef | NLPInterfacePack::NLP | |
x_full() const | NLPInterfacePack::NLPSerialPreprocess | protected |
xinit() const | NLPInterfacePack::NLPSerialPreprocess | virtual |
xl() const | NLPInterfacePack::NLPSerialPreprocess | virtual |
xu() const | NLPInterfacePack::NLPSerialPreprocess | virtual |
zero_order_info() const | NLPInterfacePack::NLP | |
zero_order_info_breve() const | NLPInterfacePack::NLP | |
zero_order_orig_info() const | NLPInterfacePack::NLPSerialPreprocess | protected |
~NLP() | NLPInterfacePack::NLP | virtual |