Click or drag to resize

RungeKuttaAlgorithmDerivativeFunction Property

Gets the delegate which defines the first order differential equation representing the derivative of the dependent variables as a function of independent variable and dependent variables.

Namespace:  AGI.Foundation.NumericalMethods.Advanced
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public DependentVariableDerivatives DerivativeFunction { get; }

Property Value

Type: DependentVariableDerivatives
See Also