Vector.InverseComplexFourierTransform<T> Method

Returns the inverse Fourier transform of a vector.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static DenseVector<Complex<T>> InverseComplexFourierTransform<T>(
	Vector<Complex<T>> vector
)

Parameters

vector  Vector<Complex<T>>
A complex vector.

Type Parameters

T

Return Value

DenseVector<Complex<T>>
A dense vector containing the inverse Fourier transform of vector.

Exceptions

ArgumentNullExceptionvector is null

See Also