gsl_integration_workspaceset_initial_result Method |
Store the initial integral result and its estimated absolute error.
Namespace: Altaxo.Calc.IntegrationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic 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