Click or drag to resize

gsl_integration_workspaceset_initial_result Method

Store the initial integral result and its estimated absolute error.

Namespace: Altaxo.Calc.Integration
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public void set_initial_result(
	double result,
	double error
)

Parameters

result  Double
Computed integral over the initial interval.
error  Double
Estimated absolute error for result.
See Also