Click or drag to resize

RungeKuttaAlgorithmWeights Property

Gets the coefficients "b". These represent the coefficients of the "k" stages summed together to represent the slope.

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

Property Value

Type: Double
See Also