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