Skip to main content

cusparseCreateSlicedEll

Function cusparseCreateSlicedEll 

Source
pub unsafe fn cusparseCreateSlicedEll(
    spMatDescr: *mut cusparseSpMatDescr_t,
    rows: i64,
    cols: i64,
    nnz: i64,
    sellValuesSize: i64,
    sliceSize: i64,
    sellSliceOffsets: *mut c_void,
    sellColInd: *mut c_void,
    sellValues: *mut c_void,
    sellSliceOffsetsType: cusparseIndexType_t,
    sellColIndType: cusparseIndexType_t,
    idxBase: cusparseIndexBase_t,
    valueType: cudaDataType,
) -> cusparseStatus_t