Click or drag to resize
Accord.NET (logo)

NonAdaptiveGaussKronrod Constructor (FuncDouble, Double)

Creates a new NonAdaptiveGaussKronrod integration algorithm.

Namespace:  Accord.Math.Integration
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public NonAdaptiveGaussKronrod(
	Func<double, double> function
)
Request Example View Source

Parameters

function
Type: SystemFuncDouble, Double
The function to be integrated.
See Also