This is the complete list of members for NumericalDifferentiation, including all inherited members.
| calculate_derivatives(const T &t, type(T::*f)(const type &) const, const type &x) const (defined in NumericalDifferentiation) | NumericalDifferentiation | inline |
| calculate_derivatives(const T &t, Tensor< type, 1 >(T::*f)(const Tensor< type, 1 > &) const, const Tensor< type, 1 > &x) const | NumericalDifferentiation | inline |
| calculate_derivatives(const T &t, Tensor< type, 2 >(T::*f)(const Tensor< type, 2 > &) const, const Tensor< type, 2 > &x) const (defined in NumericalDifferentiation) | NumericalDifferentiation | inline |
| calculate_derivatives(const T &t, Tensor< type, 4 >(T::*f)(const Tensor< type, 4 > &) const, const Tensor< type, 4 > &x) const (defined in NumericalDifferentiation) | NumericalDifferentiation | inline |
| calculate_derivatives(const T &t, Tensor< type, 1 >(T::*f)(const Index &, const Tensor< type, 1 > &) const, const Index &dummy, const Tensor< type, 1 > &x) const | NumericalDifferentiation | inline |
| calculate_derivatives(const T &t, void(T::*f)(const Tensor< type, 2 > &, Tensor< type, 2 > &) const, const Index &dummy, const Tensor< type, 2 > &x) const (defined in NumericalDifferentiation) | NumericalDifferentiation | inline |
| calculate_derivatives(const T &t, void(T::*f)(const Tensor< type, 4 > &, Tensor< type, 4 > &) const, const Index &dummy, const Tensor< type, 4 > &x) const (defined in NumericalDifferentiation) | NumericalDifferentiation | inline |
| calculate_eta() const (defined in NumericalDifferentiation) | NumericalDifferentiation | |
| calculate_gradient(const T &t, type(T::*f)(const Tensor< type, 1 > &) const, const Tensor< type, 1 > &x) const | NumericalDifferentiation | inline |
| calculate_gradient(const T &t, type(T::*f)(const Tensor< type, 1 > &), const Tensor< type, 1 > &x) const | NumericalDifferentiation | inline |
| calculate_gradient(const T &t, type(T::*f)(const Tensor< type, 1 > &, const Tensor< type, 1 > &) const, const Tensor< type, 1 > &dummy, const Tensor< type, 1 > &x) const | NumericalDifferentiation | inline |
| calculate_gradient(const T &t, type(T::*f)(const Index &, const Tensor< type, 1 > &) const, const Index &dummy, const Tensor< type, 1 > &x) const | NumericalDifferentiation | inline |
| calculate_gradient(const T &t, Tensor< type, 1 >(T::*f)(const Index &, const Tensor< type, 2 > &) const, const Index &dummy, const Tensor< type, 2 > &x) const | NumericalDifferentiation | inline |
| calculate_gradient(const T &t, type(T::*f)(const Tensor< Index, 1 > &, const Tensor< type, 1 > &) const, const Tensor< Index, 1 > &dummy, const Tensor< type, 1 > &x) const | NumericalDifferentiation | inline |
| calculate_gradient_matrix(const T &t, Tensor< type, 1 >(T::*f)(const Index &, const Tensor< type, 2 > &) const, const Index &integer, const Tensor< type, 2 > &x) const (defined in NumericalDifferentiation) | NumericalDifferentiation | inline |
| calculate_h(const type &) const | NumericalDifferentiation | |
| calculate_h(const Tensor< type, 1 > &) const | NumericalDifferentiation | |
| calculate_h(const Tensor< type, 2 > &) const | NumericalDifferentiation | |
| calculate_h(const Tensor< type, 4 > &) const (defined in NumericalDifferentiation) | NumericalDifferentiation | |
| calculate_hessian(const T &t, type(T::*f)(const Tensor< type, 1 > &) const, const Tensor< type, 1 > &x) const | NumericalDifferentiation | inline |
| calculate_hessian(const T &t, type(T::*f)(const Tensor< type, 1 > &, const Tensor< type, 1 > &) const, const Tensor< type, 1 > &dummy, const Tensor< type, 1 > &x) const | NumericalDifferentiation | inline |
| calculate_hessian(const T &t, type(T::*f)(const Index &, const Tensor< type, 1 > &) const, const Index &dummy, const Tensor< type, 1 > &x) const | NumericalDifferentiation | inline |
| calculate_hessian(const T &t, Tensor< type, 1 >(T::*f)(const Tensor< type, 1 > &) const, const Tensor< type, 1 > &x) const | NumericalDifferentiation | inline |
| calculate_hessian(const T &t, Tensor< type, 1 >(T::*f)(const Tensor< type, 1 > &, const Tensor< type, 1 > &) const, const Tensor< type, 1 > &dummy_vector, const Tensor< type, 1 > &x) const | NumericalDifferentiation | inline |
| calculate_hessian(const T &t, Tensor< type, 1 >(T::*f)(const Index &, const Tensor< type, 1 > &) const, const Index &dummy, const Tensor< type, 1 > &x) const | NumericalDifferentiation | inline |
| calculate_hessian(const T &t, Tensor< type, 1 >(T::*f)(const Index &, const Tensor< type, 1 > &, const Tensor< type, 1 > &) const, const Index &dummy_int, const Tensor< type, 1 > &dummy_vector, const Tensor< type, 1 > &x) const | NumericalDifferentiation | inline |
| calculate_hessian_matrices(const T &t, Tensor< type, 1 >(T::*f)(const Index &, const Tensor< type, 1 > &, const Tensor< type, 1 > &) const, const Index &dummy_int, const Tensor< type, 1 > &dummy_vector, const Tensor< type, 1 > &x) const | NumericalDifferentiation | inline |
| calculate_Jacobian(const T &t, Tensor< type, 1 >(T::*f)(const Tensor< type, 1 > &) const, const Tensor< type, 1 > &x) const | NumericalDifferentiation | inline |
| calculate_Jacobian(const T &t, Tensor< type, 1 >(T::*f)(const Tensor< type, 1 > &, const Tensor< type, 1 > &) const, const Tensor< type, 1 > &dummy, const Tensor< type, 1 > &x) const | NumericalDifferentiation | inline |
| calculate_Jacobian(const T &t, Tensor< type, 1 >(T::*f)(const Index &, const Tensor< type, 1 > &) const, const Index &dummy, const Tensor< type, 1 > &x) const | NumericalDifferentiation | inline |
| calculate_Jacobian(const T &t, Tensor< type, 1 >(T::*f)(const Index &, const Tensor< type, 1 > &, const Tensor< type, 1 > &) const, const Index &dummy_int, const Tensor< type, 1 > &dummy_vector, const Tensor< type, 1 > &x) const | NumericalDifferentiation | inline |
| calculate_Jacobian(const T &t, Tensor< type, 1 >(T::*f)(const Index &, const Index &, const Tensor< type, 1 > &) const, const Index &dummy_int_1, const Index &dummy_int_2, const Tensor< type, 1 > &x) const | NumericalDifferentiation | inline |
| calculate_second_derivatives(const T &t, type(T::*f)(const type &) const, const type &x) const | NumericalDifferentiation | inline |
| calculate_second_derivatives(const T &t, Tensor< type, 1 >(T::*f)(const Tensor< type, 1 > &) const, const Tensor< type, 1 > &x) const | NumericalDifferentiation | inline |
| calculate_second_derivatives(const T &t, Tensor< type, 1 >(T::*f)(const Index &, const Tensor< type, 1 > &) const, const Index &dummy, const Tensor< type, 1 > &x) const | NumericalDifferentiation | inline |
| display | NumericalDifferentiation | private |
| get_display() const | NumericalDifferentiation | |
| get_precision_digits() const | NumericalDifferentiation | |
| NumericalDifferentiation() | NumericalDifferentiation | explicit |
| precision_digits | NumericalDifferentiation | private |
| set(const NumericalDifferentiation &) (defined in NumericalDifferentiation) | NumericalDifferentiation | |
| set_default() | NumericalDifferentiation | |
| set_display(const bool &) | NumericalDifferentiation | |
| set_precision_digits(const Index &) | NumericalDifferentiation | |
| ~NumericalDifferentiation() | NumericalDifferentiation | virtual |