Skip to main content

cusparseCreateConstSpVec

Function cusparseCreateConstSpVec 

Source
pub unsafe extern "C" fn cusparseCreateConstSpVec(
    spVecDescr: *mut cusparseConstSpVecDescr_t,
    size: i64,
    nnz: i64,
    indices: *const c_void,
    values: *const c_void,
    idxType: cusparseIndexType_t,
    idxBase: cusparseIndexBase_t,
    valueType: cudaDataType,
) -> cusparseStatus_t