ILNumerics Ultimate VS

MKLFFT.FFTForward Method (InArray<fcomplex>, UInt32)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development

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

public RetArray<fcomplex> FFTForward(
	InArray<fcomplex> A,
	uint nDims
)

Parameters

A
Type: ILNumerics.InArray<fcomplex>
nDims
Type: System.UInt32

Return Value

Type: RetArray<fcomplex>

Implements

IFFT.FFTForward(InArray<fcomplex>, UInt32)
See Also

Reference