Click or drag to resize

FFTKernelException(String, Int32, Int32, Int32, FFTPrecision, FFTDomain) Constructor

Constructs a FFTException instance when CUDA or MKL experiences an internal error

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public FFTKernelException(
	string s,
	int errorcode,
	int dimension,
	int length,
	FFTPrecision precision,
	FFTDomain domain
)

Parameters

s  String
The exception message.
errorcode  Int32
FFT kernel error code.
dimension  Int32
Dimension of FFT.
length  Int32
Length of FFT.
precision  FFTPrecision
Precision of FFT calculation.
domain  FFTDomain
Forward domain of FFT.
See Also