Click or drag to resize

RungeKuttaAlgorithmWorkingArray Property

Gets the working array used as a means to efficiently update the intermediate state information when calling the derivative DerivativeFunction.

Namespace:  AGI.Foundation.NumericalMethods.Advanced
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
protected double[] WorkingArray { get; }

Property Value

Type: Double
See Also