Skip to main content

cusparseDbsrilu02_bufferSizeExt

Function cusparseDbsrilu02_bufferSizeExt 

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