Skip to main content

cusparseDgemvi_bufferSize

Function cusparseDgemvi_bufferSize 

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