RungeKuttaAlgorithmDerivatives Property |
Gets the derivative information used in the algorithm. These represent the
values of "k" in the Butcher Tableau for each dependent variable, with the
first index representing the stage "i" and the second representing the index
of the dependent variable.
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[,] Derivatives { get; }
Public ReadOnly Property Derivatives As Double(,)
Get
public:
property array<double,2>^ Derivatives {
array<double,2>^ get ();
}
member Derivatives : float[,] with get
Property Value
Type:
DoubleSee Also