BulirschStoerIntegrator Constructor (DependentVariableDerivatives) | 
 
            Initializes a new instance.
            
 
    Namespace: 
   AGI.Foundation.NumericalMethods
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic BulirschStoerIntegrator(
	DependentVariableDerivatives system
)
Public Sub New ( 
	system As DependentVariableDerivatives
)
public:
BulirschStoerIntegrator(
	DependentVariableDerivatives^ system
)
new : 
        system : DependentVariableDerivatives -> BulirschStoerIntegratorParameters
- system
 - Type: AGI.Foundation.NumericalMethods.AdvancedDependentVariableDerivatives
The system of equations to integrate. 
See Also