Skip to main content

cusparseCgpsvInterleavedBatch_bufferSizeExt

Function cusparseCgpsvInterleavedBatch_bufferSizeExt 

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