derivative.hpp
Go to the documentation of this file.
49auto derivative_forward_fx(const F& f, A x, decltype(f(x)) fx, A eps = std::numeric_limits<A>::epsilon())
74auto derivative_backward_fx(const F& f, A x, decltype(f(x)) fx, A eps = std::numeric_limits<A>::epsilon())
99auto derivative_one_sided(const F& f, A x, A eps = std::numeric_limits<A>::epsilon()) -> decltype(f(x))
143auto derivative_forward(const F& f, A x, A eps = std::numeric_limits<A>::epsilon()) -> decltype(f(x))
161auto derivative_backward(const F& f, A x, A eps = std::numeric_limits<A>::epsilon()) -> decltype(f(x))
Definition depgen.cpp:33 auto derivative_one_sided(const F &f, A x, A eps=std::numeric_limits< A >::epsilon()) -> decltype(f(x)) Definition derivative.hpp:99 auto derivative_backward(const F &f, A x, A eps=std::numeric_limits< A >::epsilon()) -> decltype(f(x)) Definition derivative.hpp:161 auto derivative_central(const F &f, A x, A eps=std::numeric_limits< A >::epsilon()) -> decltype(f(x)) Definition derivative.hpp:179 auto derivative_forward(const F &f, A x, A eps=std::numeric_limits< A >::epsilon()) -> decltype(f(x)) Definition derivative.hpp:143 auto derivative_forward_fx(const F &f, A x, decltype(f(x)) fx, A eps=std::numeric_limits< A >::epsilon()) -> decltype(f(x)) Definition derivative.hpp:49 auto derivative_backward_fx(const F &f, A x, decltype(f(x)) fx, A eps=std::numeric_limits< A >::epsilon()) -> decltype(f(x)) Definition derivative.hpp:74 Generated on Sun Apr 6 2025 11:10:37 for FlexibleSUSY by |