Vector.Inverse Complex Fourier Transform<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#
A dense vector containing the inverse Fourier transform of vector.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static DenseVector<Complex<T>> InverseComplexFourierTransform<T>(
Vector<Complex<T>> vector
)
Parameters
Type Parameters
- T
Return Value
DenseVector<Complex<T>>A dense vector containing the inverse Fourier transform of vector.
Exceptions
Argument | vector is null |