Serves as an abstract base class for classes that represent
an implementation of a numerical integration algorithm.
Namespace: Extreme.Mathematics.Calculus
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| Visual Basic (Declaration) |
Public MustInherit Class NumericalIntegrator _
Inherits IterativeAlgorithm
|
| F# |
[<AbstractClassAttribute>]
type NumericalIntegrator =
class
inherit IterativeAlgorithm
end
|
Remarks
Inheritance Hierarchy
See Also