Skip to main content

cusparseZgtsvInterleavedBatch_bufferSizeExt

Function cusparseZgtsvInterleavedBatch_bufferSizeExt 

Source
pub unsafe extern "C" 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 size_t,
) -> cusparseStatus_t