Click or drag to resize

gsl_integration_workspace Constructor

Create a new workspace with capacity n intervals.

Namespace: Altaxo.Calc.Integration
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public gsl_integration_workspace(
	int n
)

Parameters

n  Int32
Number of intervals to allocate for the workspace. Must be positive.
See Also