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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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:
Double
See Also