Skip to main content

cusparseCreateBlockedEll

Function cusparseCreateBlockedEll 

Source
pub unsafe fn cusparseCreateBlockedEll(
    spMatDescr: *mut cusparseSpMatDescr_t,
    rows: i64,
    cols: i64,
    ellBlockSize: i64,
    ellCols: i64,
    ellColInd: *mut c_void,
    ellValue: *mut c_void,
    ellIdxType: cusparseIndexType_t,
    idxBase: cusparseIndexBase_t,
    valueType: cudaDataType,
) -> cusparseStatus_t