Skip to main content

cusparseCgtsvInterleavedBatch_bufferSizeExt

Function cusparseCgtsvInterleavedBatch_bufferSizeExt 

Source
pub unsafe extern "C" fn cusparseCgtsvInterleavedBatch_bufferSizeExt(
    handle: cusparseHandle_t,
    algo: c_int,
    m: c_int,
    dl: *const cuComplex,
    d: *const cuComplex,
    du: *const cuComplex,
    x: *const cuComplex,
    batchCount: c_int,
    pBufferSizeInBytes: *mut size_t,
) -> cusparseStatus_t