Click or drag to resize

FFTKernelException Class

Exception thrown when MKL or CUDA returns an error condition when computing a FFT
Inheritance Hierarchy
SystemObject
  SystemException
    SystemApplicationException
      CenterSpace.NMath.CoreNMathException
        CenterSpace.NMath.CoreFFTKernelException

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
[SerializableAttribute]
public class FFTKernelException : NMathException

The FFTKernelException type exposes the following members.

Constructors
 NameDescription
Public methodFFTKernelException Default constructor. Constructs an empty FFTException instance.
Public methodFFTKernelException(String) Constructs a FFTException instance with the specifed exception message.
Public methodFFTKernelException(String, Exception) Constructs a FFTException instance with the specifed exception message and underlying (inner) exception.
Public methodFFTKernelException(String, Int32, Int32, Int32, FFTPrecision, FFTDomain) Constructs a FFTException instance when CUDA or MKL experiences an internal error
Top
See Also