Skip to main content

cusparseDgtsv2_bufferSizeExt

Function cusparseDgtsv2_bufferSizeExt 

Source
pub unsafe fn cusparseDgtsv2_bufferSizeExt(
    handle: cusparseHandle_t,
    m: c_int,
    n: c_int,
    dl: *const f64,
    d: *const f64,
    du: *const f64,
    B: *const f64,
    ldb: c_int,
    bufferSizeInBytes: *mut usize,
) -> cusparseStatus_t