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