|
InfiniteAdaptiveGaussKronrod Constructor (Int32, FuncDouble, Double)
|
Namespace:
Accord.Math.Integration
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public InfiniteAdaptiveGaussKronrod(
int subintervals,
Func<double, double> function
)
Public Sub New (
subintervals As Integer,
function As Func(Of Double, Double)
)
Request Example
View SourceParameters
- subintervals
- Type: SystemInt32
Maximum number of subintervals in the
partition of the given integration interval. Default is 100. - function
- Type: SystemFuncDouble, Double
The function to be integrated.
See Also