Skip to main content

cusparseDcsrgeam2_bufferSizeExt

Function cusparseDcsrgeam2_bufferSizeExt 

Source
pub unsafe extern "C" fn cusparseDcsrgeam2_bufferSizeExt(
    handle: cusparseHandle_t,
    m: c_int,
    n: c_int,
    alpha: *const f64,
    descrA: cusparseMatDescr_t,
    nnzA: c_int,
    csrSortedValA: *const f64,
    csrSortedRowPtrA: *const c_int,
    csrSortedColIndA: *const c_int,
    beta: *const f64,
    descrB: cusparseMatDescr_t,
    nnzB: c_int,
    csrSortedValB: *const f64,
    csrSortedRowPtrB: *const c_int,
    csrSortedColIndB: *const c_int,
    descrC: cusparseMatDescr_t,
    csrSortedValC: *const f64,
    csrSortedRowPtrC: *const c_int,
    csrSortedColIndC: *const c_int,
    pBufferSizeInBytes: *mut size_t,
) -> cusparseStatus_t