Skip to main content

cusparseSnnz

Function cusparseSnnz 

Source
pub unsafe fn cusparseSnnz(
    handle: cusparseHandle_t,
    dirA: cusparseDirection_t,
    m: c_int,
    n: c_int,
    descrA: cusparseMatDescr_t,
    A: *const f32,
    lda: c_int,
    nnzPerRowCol: *mut c_int,
    nnzTotalDevHostPtr: *mut c_int,
) -> cusparseStatus_t