NLPInterfacePack: C++ Interfaces and Implementation for Non-Linear Programs  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
NLPInterfacePack::NLPDirectTester Member List

This is the complete list of members for NLPInterfacePack::NLPDirectTester, including all inherited members.

ETestingMethod enum nameNLPInterfacePack::NLPDirectTester
finite_diff_check(NLPDirect *nlp, const Vector &xo, const Vector *xl, const Vector *xu, const Vector *c, const Vector *Gf, const Vector *py, const Vector *rGf, const MatrixOp *GcU, const MatrixOp *D, const MatrixOp *Uz, bool print_all_warnings, std::ostream *out) const NLPInterfacePack::NLPDirectTester
NLPDirectTester(const calc_fd_prod_ptr_t &calc_fd_prod=Teuchos::null, ETestingMethod Gf_testing_method=FD_DIRECTIONAL, ETestingMethod Gc_testing_method=FD_DIRECTIONAL, value_type Gf_warning_tol=1e-6, value_type Gf_error_tol=1e-1, value_type Gc_warning_tol=1e-6, value_type Gc_error_tol=1e-1, size_type num_fd_directions=1, bool dump_all=false)NLPInterfacePack::NLPDirectTester
STANDARD_COMPOSITION_MEMBERS(CalcFiniteDiffProd, calc_fd_prod)NLPInterfacePack::NLPDirectTester
STANDARD_MEMBER_COMPOSITION_MEMBERS(ETestingMethod, Gf_testing_method)NLPInterfacePack::NLPDirectTester
STANDARD_MEMBER_COMPOSITION_MEMBERS(ETestingMethod, Gc_testing_method)NLPInterfacePack::NLPDirectTester
STANDARD_MEMBER_COMPOSITION_MEMBERS(value_type, Gf_warning_tol)NLPInterfacePack::NLPDirectTester
STANDARD_MEMBER_COMPOSITION_MEMBERS(value_type, Gf_error_tol)NLPInterfacePack::NLPDirectTester
STANDARD_MEMBER_COMPOSITION_MEMBERS(value_type, Gc_warning_tol)NLPInterfacePack::NLPDirectTester
STANDARD_MEMBER_COMPOSITION_MEMBERS(value_type, Gc_error_tol)NLPInterfacePack::NLPDirectTester
STANDARD_MEMBER_COMPOSITION_MEMBERS(size_type, num_fd_directions)NLPInterfacePack::NLPDirectTester
STANDARD_MEMBER_COMPOSITION_MEMBERS(bool, dump_all)NLPInterfacePack::NLPDirectTester