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 -> BulirschStoerIntegrator
Parameters
- system
- Type: AGI.Foundation.NumericalMethods.Advanced.DependentVariableDerivatives
The system of equations to integrate.
See Also