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.2.419.0 (24.2.419.0)
Syntax public double[] Weights { get; }
Public ReadOnly Property Weights As Double()
Get
public:
property array<double>^ Weights {
array<double>^ get ();
}
member Weights : float[] with get
Property Value
Type:
DoubleSee Also