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::NLPFirstDerivTester Member List

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

ETestingMethod enum nameNLPInterfacePack::NLPFirstDerivTester
finite_diff_check(NLP *nlp, const Vector &xo, const Vector *xl, const Vector *xu, const MatrixOp *Gc, const Vector *Gf, bool print_all_warnings, std::ostream *out) const NLPInterfacePack::NLPFirstDerivTester
NLPFirstDerivTester(const calc_fd_prod_ptr_t &calc_fd_prod=Teuchos::rcp(new CalcFiniteDiffProd()), ETestingMethod fd_testing_method=FD_DIRECTIONAL, size_type num_fd_directions=1, value_type warning_tol=1e-8, value_type error_tol=1e-3)NLPInterfacePack::NLPFirstDerivTester
STANDARD_COMPOSITION_MEMBERS(CalcFiniteDiffProd, calc_fd_prod)NLPInterfacePack::NLPFirstDerivTester
STANDARD_MEMBER_COMPOSITION_MEMBERS(ETestingMethod, fd_testing_method)NLPInterfacePack::NLPFirstDerivTester
STANDARD_MEMBER_COMPOSITION_MEMBERS(size_type, num_fd_directions)NLPInterfacePack::NLPFirstDerivTester
STANDARD_MEMBER_COMPOSITION_MEMBERS(value_type, warning_tol)NLPInterfacePack::NLPFirstDerivTester
STANDARD_MEMBER_COMPOSITION_MEMBERS(value_type, error_tol)NLPInterfacePack::NLPFirstDerivTester