ILNumerics Ultimate VS

IFFTFFTBackwSym Method (InArraycomplex, UInt32)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
performs backward n-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

RetArray<double> FFTBackwSym(
	InArray<complex> A,
	uint nDims
)

Parameters

A
Type: ILNumericsInArraycomplex
input array
nDims
Type: SystemUInt32
number of dimensions of fft

Return Value

Type: RetArrayDouble
result, same size as A
Remarks

This function brings increased performance if the implementation supports it. If not, the method will be implemented by repeated calls of (inplace) 1D fft.

[ILNumerics Core Module]

See Also

Reference