DerivativeWrapper
org.abh80.nf.core.math.calculus.DerivativeWrapper
class DerivativeWrapper(parameters: Int, maxOrder: Int, data: Array[Double]) extends Derivative, Serializable
A simple implementation of the Derivative trait for multivariate automatic differentiation.
Value parameters
- data
-
An array containing the function value and all partial derivatives.
- maxOrder
-
The maximum derivation order.
- parameters
-
The number of free parameters (independent variables).
Attributes
- Graph
-
- Supertypes
Members list
In this article