Represents a 4th order Runge-Kutta integrator.
Namespace: Extreme.Mathematics.Calculus.OrdinaryDifferentialEquations
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| C# |
public sealed class ClassicRungeKuttaIntegrator : OdeIntegrator
|
| Visual Basic (Declaration) |
Public NotInheritable Class ClassicRungeKuttaIntegrator _
Inherits OdeIntegrator
|
| Visual C++ |
public ref class ClassicRungeKuttaIntegrator sealed : public OdeIntegrator
|
| F# |
[<SealedAttribute>]
type ClassicRungeKuttaIntegrator =
class
inherit OdeIntegrator
end
|
Remarks
Inheritance Hierarchy
See Also