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