assert_ref_set(T *p, std::string info) const | NLPInterfacePack::NLP | inlineprotected |
basis_sys() const | NLPInterfacePack::NLPFirstOrder | 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_Gf(const Vector &x, bool newx=true) const | NLPInterfacePack::NLPObjGrad | virtual |
calc_Gf_prod(const Vector &x, const Vector &d, bool newx=true) const | NLPInterfacePack::NLPObjGrad | virtual |
calc_h_breve(const Vector &x, bool newx=true) const | NLPInterfacePack::NLP | virtual |
calc_HL(const Vector &x, const Vector *lambda, bool newpoint=true) const | NLPInterfacePack::NLPSecondOrder | virtual |
f() | NLPInterfacePack::NLP | virtual |
f() const | NLPInterfacePack::NLP | virtual |
factory_Gc() const =0 | NLPInterfacePack::NLPFirstOrder | pure virtual |
factory_HL | NLPInterfacePack::NLPSecondOrder | private |
factory_HL() const =0 | NLPInterfacePack::NLPSecondOrder | pure virtual |
first_order_info() const | NLPInterfacePack::NLPFirstOrder | inlineprotected |
force_xinit_in_bounds(bool force_xinit_in_bounds)=0 | NLPInterfacePack::NLP | pure virtual |
force_xinit_in_bounds() const =0 | NLPInterfacePack::NLP | pure virtual |
Gc() | NLPInterfacePack::NLPFirstOrder | virtual |
Gc() const | NLPInterfacePack::NLPFirstOrder | virtual |
get_c() | NLPInterfacePack::NLP | virtual |
get_c_breve() | NLPInterfacePack::NLP | virtual |
get_f() | NLPInterfacePack::NLP | virtual |
get_Gc() | NLPInterfacePack::NLPFirstOrder | virtual |
get_Gf() | NLPInterfacePack::NLPObjGrad | virtual |
get_h_breve() | NLPInterfacePack::NLP | virtual |
get_HL() | NLPInterfacePack::NLPSecondOrder | virtual |
get_init_lagrange_mult(VectorMutable *lambda, VectorMutable *nu) const | NLPInterfacePack::NLP | virtual |
get_options() const | NLPInterfacePack::NLP | virtual |
getDefaultVerbLevel() | Teuchos::VerboseObject< NLP > | static |
getValidVerboseObjectSublist() | Teuchos::VerboseObject< NLP > | |
getVerbLevel() const | Teuchos::VerboseObject< NLP > | virtual |
Gf() | NLPInterfacePack::NLPObjGrad | virtual |
Gf() const | NLPInterfacePack::NLPObjGrad | virtual |
h_breve() | NLPInterfacePack::NLP | virtual |
h_breve() const | NLPInterfacePack::NLP | virtual |
HL() | NLPInterfacePack::NLPSecondOrder | virtual |
HL() const | NLPInterfacePack::NLPSecondOrder | virtual |
HL_ | NLPInterfacePack::NLPSecondOrder | mutableprivate |
hl_breve() const | NLPInterfacePack::NLP | virtual |
hu_breve() const | NLPInterfacePack::NLP | virtual |
imp_calc_c(const Vector &x, bool newx, const ZeroOrderInfo &zero_order_info) const =0 | NLPInterfacePack::NLP | protectedpure virtual |
imp_calc_c_breve(const Vector &x, bool newx, const ZeroOrderInfo &zero_order_info_breve) const | NLPInterfacePack::NLP | protectedvirtual |
imp_calc_f(const Vector &x, bool newx, const ZeroOrderInfo &zero_order_info) const =0 | NLPInterfacePack::NLP | protectedpure virtual |
imp_calc_Gc(const Vector &x, bool newx, const FirstOrderInfo &first_order_info) const =0 | NLPInterfacePack::NLPFirstOrder | protectedpure virtual |
imp_calc_Gf(const Vector &x, bool newx, const ObjGradInfo &obj_grad_info) const =0 | NLPInterfacePack::NLPObjGrad | protectedpure virtual |
imp_calc_h_breve(const Vector &x, bool newx, const ZeroOrderInfo &zero_order_info_breve) const | NLPInterfacePack::NLP | protectedvirtual |
imp_calc_HL(const Vector &x, const Vector *lambda, bool newpoint, const SecondOrderInfo &second_order_info) const =0 | NLPInterfacePack::NLPSecondOrder | protectedpure virtual |
infinite_bound() | NLPInterfacePack::NLP | static |
initialize(bool test_setup) | NLPInterfacePack::NLPSecondOrder | virtual |
initializeVerboseObject(const EVerbosityLevel verbLevel=VERB_DEFAULT, const RCP< FancyOStream > &oStream=Teuchos::null) | Teuchos::VerboseObject< NLP > | virtual |
is_initialized() const =0 | NLPInterfacePack::NLP | pure virtual |
m() const | NLPInterfacePack::NLP | virtual |
mat_fcty_ptr_t typedef | NLPInterfacePack::NLPFirstOrder | |
mat_sym_fcty_ptr_t typedef | NLPInterfacePack::NLPSecondOrder | |
max_var_bounds_viol() const =0 | NLPInterfacePack::NLP | pure virtual |
n() const | NLPInterfacePack::NLP | virtual |
NLP() | NLPInterfacePack::NLP | |
NLPFirstOrder() | NLPInterfacePack::NLPFirstOrder | |
NLPObjGrad() | NLPInterfacePack::NLPObjGrad | |
NLPSecondOrder() | NLPInterfacePack::NLPSecondOrder | |
ns() const | NLPInterfacePack::NLP | virtual |
num_bounded_x() const =0 | NLPInterfacePack::NLP | pure virtual |
num_c_evals() const | NLPInterfacePack::NLP | virtual |
num_f_evals() const | NLPInterfacePack::NLP | virtual |
num_Gc_evals() const | NLPInterfacePack::NLPFirstOrder | virtual |
num_Gf_evals() const | NLPInterfacePack::NLPObjGrad | virtual |
num_HL_evals() const | NLPInterfacePack::NLPSecondOrder | virtual |
num_HL_evals_ | NLPInterfacePack::NLPSecondOrder | mutableprivate |
obj_grad_info() const | NLPInterfacePack::NLPObjGrad | inlineprotected |
options_ptr_t typedef | NLPInterfacePack::NLP | |
P_equ() const | NLPInterfacePack::NLP | virtual |
P_var() const | NLPInterfacePack::NLP | virtual |
readVerboseObjectSublist(ParameterList *paramList, RCP< FancyOStream > *oStream, EVerbosityLevel *verbLevel) | Teuchos::VerboseObject< NLP > | |
readVerboseObjectSublist(ParameterList *paramList, VerboseObject< NLP > *verboseObject) | Teuchos::VerboseObject< NLP > | |
report_final_solution(const Vector &x, const Vector *lambda, const Vector *nu, bool is_optimal) | NLPInterfacePack::NLP | virtual |
scale_f(value_type scale_f)=0 | NLPInterfacePack::NLP | pure virtual |
scale_f() const =0 | NLPInterfacePack::NLP | pure virtual |
second_order_info() const | NLPInterfacePack::NLPSecondOrder | inlineprotected |
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_Gc(MatrixOp *Gc) | NLPInterfacePack::NLPFirstOrder | virtual |
set_Gf(VectorMutable *Gf) | NLPInterfacePack::NLPObjGrad | virtual |
set_h_breve(VectorMutable *h_breve) | NLPInterfacePack::NLP | virtual |
set_HL(MatrixSymOp *HL) | NLPInterfacePack::NLPSecondOrder | virtual |
set_options(const options_ptr_t &options) | NLPInterfacePack::NLP | virtual |
setDefaultVerbLevel(const EVerbosityLevel defaultVerbLevel) | Teuchos::VerboseObject< NLP > | static |
setOverridingVerbLevel(const EVerbosityLevel verbLevel) const | Teuchos::VerboseObject< NLP > | virtual |
setupVerboseObjectSublist(ParameterList *paramList) | Teuchos::VerboseObject< NLP > | |
setVerbLevel(const EVerbosityLevel verbLevel) const | Teuchos::VerboseObject< NLP > | virtual |
space_c() const =0 | NLPInterfacePack::NLP | pure virtual |
space_c_breve() const | NLPInterfacePack::NLP | virtual |
space_h_breve() const | NLPInterfacePack::NLP | virtual |
space_x() const =0 | NLPInterfacePack::NLP | pure virtual |
supports_Gf() const | NLPInterfacePack::NLPObjGrad | virtual |
supports_Gf_prod() const | NLPInterfacePack::NLPObjGrad | virtual |
unset_quantities() | NLPInterfacePack::NLPSecondOrder | virtual |
vec_space_ptr_t typedef | NLPInterfacePack::NLP | |
Vector typedef | NLPInterfacePack::NLP | |
VectorMutable typedef | NLPInterfacePack::NLP | |
VerboseObject(const EVerbosityLevel verbLevel=VERB_DEFAULT, const RCP< FancyOStream > &oStream=Teuchos::null) | Teuchos::VerboseObject< NLP > | |
xinit() const =0 | NLPInterfacePack::NLP | pure virtual |
xl() const =0 | NLPInterfacePack::NLP | pure virtual |
xu() const =0 | NLPInterfacePack::NLP | pure virtual |
zero_order_info() const | NLPInterfacePack::NLP | inline |
zero_order_info_breve() const | NLPInterfacePack::NLP | inline |
~NLP() | NLPInterfacePack::NLP | virtual |