Click or drag to resize

RealFourierTransformation2D(IMatrixDouble, Boolean) Constructor

Initializes a new instance of the RealFourierTransformation2D class.

Namespace: Altaxo.Calc.Fourier
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public RealFourierTransformation2D(
	IMatrix<double> sourceMatrix,
	bool allowOverwriting
)

Parameters

sourceMatrix  IMatrixDouble
The source matrix. This member is mandatory. Before you call Execute, you can set the other properties of this class as you like.
allowOverwriting  Boolean
If true, the provided matrix is allowed to be modified by this instance. If false, a local copy of the provided matrix will be created.
Exceptions
ExceptionCondition
ArgumentNullExceptionSourceMatrix must not be null
See Also