Skip to main content

PFN_cusolverDnZpotrf

Type Alias PFN_cusolverDnZpotrf 

Source
pub type PFN_cusolverDnZpotrf = unsafe extern "C" fn(handle: cusolverDnHandle_t, uplo: cublasFillMode_t, n: c_int, a: *mut cuDoubleComplex, lda: c_int, workspace: *mut cuDoubleComplex, lwork: c_int, info: *mut c_int) -> cusolverStatus_t;