RungeKuttaFixedStepIntegratorTableau Property |
Gets or sets the Butcher Tableau with the coefficients and weights
to use to perform the RungeKutta integration.
Namespace:
AGI.Foundation.NumericalMethods.Advanced
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax protected RungeKuttaAlgorithm Tableau { get; set; }
Protected Property Tableau As RungeKuttaAlgorithm
Get
Set
protected:
property RungeKuttaAlgorithm^ Tableau {
RungeKuttaAlgorithm^ get ();
void set (RungeKuttaAlgorithm^ value);
}
member Tableau : RungeKuttaAlgorithm with get, set
Property Value
Type:
RungeKuttaAlgorithmSee Also