Show / Hide Table of Contents

    Enum cufftType

    CUFFT supports the following transform types

    Namespace: ManagedCuda.CudaFFT
    Assembly: CudaFFT.dll
    Syntax
    public enum cufftType

    Fields

    Name Description
    C2C

    Complex to Complex, interleaved

    C2R

    Complex (interleaved) to Real

    D2Z

    Double to Double-Complex

    R2C

    Real to Complex (interleaved)

    Z2D

    Double-Complex to Double

    Z2Z

    Double-Complex to Double-Complex

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX