|
NonAdaptiveGaussKronrod Constructor (FuncDouble, Double, Double, Double)
|
Namespace:
Accord.Math.Integration
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public NonAdaptiveGaussKronrod(
Func<double, double> function,
double a,
double b
)
Public Sub New (
function As Func(Of Double, Double),
a As Double,
b As Double
)
Request Example
View SourceParameters
- function
- Type: SystemFuncDouble, Double
The function to be integrated. - a
- Type: SystemDouble
The lower limit of integration. - b
- Type: SystemDouble
The upper limit of integration.
See Also