CUFFT plan class.
This class represents an FFT plan for CUFFT.
Parameters: | shape : tuple of ints
in_dtype : { numpy.float32, numpy.float64, numpy.complex64, numpy.complex128 }
out_dtype : { numpy.float32, numpy.float64, numpy.complex64, numpy.complex128 }
batch : int
stream : pycuda.driver.Stream
mode : int
|
---|
Methods
__init__(shape, in_dtype, out_dtype[, ...]) |