Expand description
Calculus helper traits and numerical differentiation
Structs§
Traits§
Functions§
- approximate_
gradient_ fd - Approximates the derivative of the function
f: R^n -> R
with finite differences. - approximate_
gradient_ fd_ into - Approximates the derivative of the function
f: R^n -> R
with finite differences. - approximate_
jacobian - Approximates the Jacobian of a vector function evaluated at
x
, using central finite differences with resolutionh
. - approximate_
jacobian_ fd - Approximates the Jacobian of the function $f: \mathbb{R}^n \rightarrow \mathbb{R}^m$ with finite differences.
- approximate_
jacobian_ fd_ into - Approximates the Jacobian of the function $f: \mathbb{R}^n \rightarrow \mathbb{R}^m$ with finite differences.