Skip to main content

cusolverDnChegvd

Function cusolverDnChegvd 

Source
pub unsafe fn cusolverDnChegvd(
    handle: cusolverDnHandle_t,
    itype: cusolverEigType_t,
    jobz: cusolverEigMode_t,
    uplo: cublasFillMode_t,
    n: c_int,
    A: *mut cuComplex,
    lda: c_int,
    B: *mut cuComplex,
    ldb: c_int,
    W: *mut f32,
    work: *mut cuComplex,
    lwork: c_int,
    info: *mut c_int,
) -> cusolverStatus_t