ILNumerics - Technical Application Development
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
result, same size as A
This function brings increased performance if the implementation supports it.
If not, the method will be implemented by repeated calls of (inplace) 1D fft.
performs backward 1-dimensional fft on hermitian sequence
[ILNumerics Core Module]
Namespace: ILNumerics.Core.Native
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
Parameters
- A
- Type: ILNumericsInArraycomplex
input array - dim
- Type: SystemUInt32
dimension to perform fft along
Return Value
Type: RetArrayDoubleresult, same size as A
Remarks
[ILNumerics Core Module]
See Also