Module fenris_optimize::calculus [−][src]
Expand description
Calculus helper traits and numerical differentiation
Structs
Traits
Functions
Approximates the derivative of the function f: R^n -> R
with finite differences.
Approximates the derivative of the function f: R^n -> R
with finite differences.
Approximates the Jacobian of a vector function evaluated at x
, using
central finite differences with resolution h
.
Approximates the Jacobian of the function $f: \mathbb{R}^n \rightarrow \mathbb{R}^m$ with finite differences.
Approximates the Jacobian of the function $f: \mathbb{R}^n \rightarrow \mathbb{R}^m$ with finite differences.