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