IFourierTransformProvider Interface |
[Missing <summary> documentation for "T:Altaxo.Calc.Providers.FourierTransform.IFourierTransformProvider"]
Namespace: Altaxo.Calc.Providers.FourierTransformAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public interface IFourierTransformProvider
The IFourierTransformProvider type exposes the following members.
Methods | Name | Description |
---|
| Backward(Complex, FourierTransformScaling) | |
| Backward(Complex32, FourierTransformScaling) | |
| BackwardMultidim(Complex, Int32, FourierTransformScaling) | |
| BackwardMultidim(Complex32, Int32, FourierTransformScaling) | |
| BackwardReal(Double, Int32, FourierTransformScaling) | |
| BackwardReal(Single, Int32, FourierTransformScaling) | |
| Forward(Complex, FourierTransformScaling) | |
| Forward(Complex32, FourierTransformScaling) | |
| ForwardMultidim(Complex, Int32, FourierTransformScaling) | |
| ForwardMultidim(Complex32, Int32, FourierTransformScaling) | |
| ForwardReal(Double, Int32, FourierTransformScaling) | |
| ForwardReal(Single, Int32, FourierTransformScaling) | |
| FreeResources |
Frees memory buffers, caches and handles allocated in or to the provider.
Does not unload the provider itself, it is still usable afterwards.
|
| InitializeVerify |
Initialize and verify that the provided is indeed available. If not, fall back to alternatives like the managed provider
|
| IsAvailable |
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.
|
TopSee Also