nvmath.fft.FFTDirection

enum nvmath.fft.FFTDirection(value)[source]

An IntEnum class specifying the direction of the transform.

See also

FFT.execute(), fft()

Member Type:

int

Valid values are as follows:

FORWARD = <FFTDirection.FORWARD: -1>
INVERSE = <FFTDirection.INVERSE: 1>