Skip to main content

cusparseCgtsv2StridedBatch_bufferSizeExt

Function cusparseCgtsv2StridedBatch_bufferSizeExt 

Source
pub unsafe fn cusparseCgtsv2StridedBatch_bufferSizeExt(
    handle: cusparseHandle_t,
    m: c_int,
    dl: *const cuComplex,
    d: *const cuComplex,
    du: *const cuComplex,
    x: *const cuComplex,
    batchCount: c_int,
    batchStride: c_int,
    bufferSizeInBytes: *mut usize,
) -> cusparseStatus_t