Skip to main content

cusparseZgemvi_bufferSize

Function cusparseZgemvi_bufferSize 

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