Skip to main content

cusparseSbsrilu02_bufferSizeExt

Function cusparseSbsrilu02_bufferSizeExt 

Source
pub unsafe extern "C" fn cusparseSbsrilu02_bufferSizeExt(
    handle: cusparseHandle_t,
    dirA: cusparseDirection_t,
    mb: c_int,
    nnzb: c_int,
    descrA: cusparseMatDescr_t,
    bsrSortedVal: *mut f32,
    bsrSortedRowPtr: *const c_int,
    bsrSortedColInd: *const c_int,
    blockSize: c_int,
    info: bsrilu02Info_t,
    pBufferSize: *mut size_t,
) -> cusparseStatus_t