ILNumerics Ultimate VS

MKLFFT Class

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Wrapper for FFT interface using MKL 10_03

[ILNumerics Core Module]

Inheritance Hierarchy

SystemObject
  ILNumerics.Core.NativeMKLFFT

Namespace:  ILNumerics.Core.Native
Assembly:  ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public class MKLFFT : IFFT

The MKLFFT type exposes the following members.

Constructors

  NameDescription
Public methodMKLFFT
Initializes a new instance of the MKLFFT class
Top
Properties

  NameDescription
Public propertyCachePlans
(True) Informs about the capability of this IFFT implementation to optimize subsequent transforms of similar data (regarding shape and type).

[ILNumerics Core Module]

Public propertySpeedyHermitian
(True) Informs about the capability of this IFFT implementation to perform optimized transforms for symmetric / hermitian data.

[ILNumerics Core Module]

Top
Methods

  NameDescription
Public methodFFTBackward(InArraycomplex, UInt32)
Public methodFFTBackward(InArrayfcomplex, UInt32)
Public methodFFTBackward1D(InArraycomplex, UInt32)
Public methodFFTBackward1D(InArrayfcomplex, UInt32)
Public methodFFTBackwSym(InArraycomplex, UInt32)
Public methodFFTBackwSym(InArrayfcomplex, UInt32)
Public methodFFTBackwSym1D(InArraycomplex, UInt32)
Public methodFFTBackwSym1D(InArrayfcomplex, UInt32)
Public methodFFTForward(InArraycomplex, UInt32)
Public methodFFTForward(InArrayfcomplex, UInt32)
Public methodFFTForward(InArrayDouble, UInt32)
Public methodFFTForward(InArraySingle, UInt32)
Public methodFFTForward1D(InArraycomplex, UInt32)
Public methodFFTForward1D(InArrayfcomplex, UInt32)
Public methodFFTForward1D(InArrayDouble, UInt32)
Public methodFFTForward1D(InArraySingle, UInt32)
Public methodFreePlans
Invalidates the currently cached fft descriptor for this thread.

[ILNumerics Core Module]

Public methodStatic memberGetMaxThreads
Public methodStatic memberInit
Public methodStatic memberSetNumThreads
Top
Remarks

[ILNumerics Core Module]

See Also

Reference