Click or drag to resize

IFourierTransformProvider Interface

[Missing <summary> documentation for "T:Altaxo.Calc.Providers.FourierTransform.IFourierTransformProvider"]


Namespace: Altaxo.Calc.Providers.FourierTransform
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface IFourierTransformProvider

The IFourierTransformProvider type exposes the following members.

Methods
 NameDescription
Public methodBackward(Complex, FourierTransformScaling) 
Public methodBackward(Complex32, FourierTransformScaling) 
Public methodBackwardMultidim(Complex, Int32, FourierTransformScaling) 
Public methodBackwardMultidim(Complex32, Int32, FourierTransformScaling) 
Public methodBackwardReal(Double, Int32, FourierTransformScaling) 
Public methodBackwardReal(Single, Int32, FourierTransformScaling) 
Public methodForward(Complex, FourierTransformScaling) 
Public methodForward(Complex32, FourierTransformScaling) 
Public methodForwardMultidim(Complex, Int32, FourierTransformScaling) 
Public methodForwardMultidim(Complex32, Int32, FourierTransformScaling) 
Public methodForwardReal(Double, Int32, FourierTransformScaling) 
Public methodForwardReal(Single, Int32, FourierTransformScaling) 
Public methodFreeResources Frees memory buffers, caches and handles allocated in or to the provider. Does not unload the provider itself, it is still usable afterwards.
Public methodInitializeVerify Initialize and verify that the provided is indeed available. If not, fall back to alternatives like the managed provider
Public methodIsAvailable Try to find out whether the provider is available, at least in principle. Verification may still fail if available, but it will certainly fail if unavailable.
Top
See Also