Click or drag to resize

RungeKuttaAlgorithmCoefficients Property

Gets the coefficients "a". These represent the factors multiplying the derivatives to provide the intermediate state information.

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 double[][] Coefficients { get; }

Property Value

Type: Double
See Also