Click or drag to resize
Accord.NET (logo)

RombergMethod Constructor (FuncDouble, Double, Double, Double)

Constructs a new Romberg's integration method.

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

Parameters

function
Type: SystemFuncDouble, Double
The unidimensional function whose integral should be computed.
a
Type: SystemDouble
The beginning of the integration interval.
b
Type: SystemDouble
The ending of the integration interval.
See Also