Skip to main content

cusparseSgemvi_bufferSize

Function cusparseSgemvi_bufferSize 

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