Click or drag to resize

QawoIntegrationgsl_integration_qawo_table Constructor

Construct a new QAWO moment table and precompute moments.

Namespace: Altaxo.Calc.Integration
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public gsl_integration_qawo_table(
	double omega,
	double L,
	QawoIntegrationgsl_integration_qawo_enum sine,
	int n
)

Parameters

omega  Double
Angular frequency.
L  Double
Interval length.
sine  QawoIntegrationgsl_integration_qawo_enum
Specifies whether the table is for sine or cosine weighting.
n  Int32
Number of scales in the table (must be positive).
See Also