Click or drag to resize

gsl_integration_workspaceinitialise Method

Initialize the workspace with the initial integration interval [a,b]. Resets internal counters and sets the first interval.

Namespace: Altaxo.Calc.Integration
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public void initialise(
	double a,
	double b
)

Parameters

a  Double
Left endpoint of the integration interval.
b  Double
Right endpoint of the integration interval.
See Also