Skip to main content

cufftCreate

Function cufftCreate 

Source
pub unsafe extern "C" fn cufftCreate(
    handle: *mut cufftHandle,
) -> cufftResult
Expand description

Creates only an opaque handle, and allocates small data structures on the host. The cufftMakePlan*() calls actually do the plan generation.

ยงReturn value