RungeKuttaFixedStepIntegrator Constructor (RungeKuttaAlgorithm) | 
 
            Initializes a new instance based on the given tableau.
            
 
    Namespace: 
   AGI.Foundation.NumericalMethods.Advanced
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxprotected RungeKuttaFixedStepIntegrator(
	RungeKuttaAlgorithm tableau
)
Protected Sub New ( 
	tableau As RungeKuttaAlgorithm
)
protected:
RungeKuttaFixedStepIntegrator(
	RungeKuttaAlgorithm^ tableau
)
new : 
        tableau : RungeKuttaAlgorithm -> RungeKuttaFixedStepIntegratorParameters
- tableau
 - Type: AGI.Foundation.NumericalMethods.AdvancedRungeKuttaAlgorithm
The Butcher Tableau containing the coefficients and weights for the algorithm. 
See Also