Skip to main content

cusparseCgemvi_bufferSize

Function cusparseCgemvi_bufferSize 

Source
pub unsafe extern "C" fn cusparseCgemvi_bufferSize(
    handle: cusparseHandle_t,
    transA: cusparseOperation_t,
    m: c_int,
    n: c_int,
    nnz: c_int,
    pBufferSize: *mut c_int,
) -> cusparseStatus_t