Skip to main content

cusparseZgtsvInterleavedBatch_bufferSizeExt

Function cusparseZgtsvInterleavedBatch_bufferSizeExt 

Source
pub unsafe fn cusparseZgtsvInterleavedBatch_bufferSizeExt(
    handle: cusparseHandle_t,
    algo: c_int,
    m: c_int,
    dl: *const cuDoubleComplex,
    d: *const cuDoubleComplex,
    du: *const cuDoubleComplex,
    x: *const cuDoubleComplex,
    batchCount: c_int,
    pBufferSizeInBytes: *mut usize,
) -> cusparseStatus_t