Skip to main content

PFN_cusolverDnCgeqrf

Type Alias PFN_cusolverDnCgeqrf 

Source
pub type PFN_cusolverDnCgeqrf = unsafe extern "C" fn(handle: cusolverDnHandle_t, m: c_int, n: c_int, a: *mut cuComplex, lda: c_int, tau: *mut cuComplex, workspace: *mut cuComplex, lwork: c_int, info: *mut c_int) -> cusolverStatus_t;