Skip to main content

cusparseCgebsr2gebsr_bufferSize

Function cusparseCgebsr2gebsr_bufferSize 

Source
pub unsafe extern "C" fn cusparseCgebsr2gebsr_bufferSize(
    handle: cusparseHandle_t,
    dirA: cusparseDirection_t,
    mb: c_int,
    nb: c_int,
    nnzb: c_int,
    descrA: cusparseMatDescr_t,
    bsrSortedValA: *const cuComplex,
    bsrSortedRowPtrA: *const c_int,
    bsrSortedColIndA: *const c_int,
    rowBlockDimA: c_int,
    colBlockDimA: c_int,
    rowBlockDimC: c_int,
    colBlockDimC: c_int,
    pBufferSizeInBytes: *mut c_int,
) -> cusparseStatus_t