create_const_sliced_ell#

nvmath.bindings.cusparse.create_const_sliced_ell(
int64_t rows,
int64_t cols,
int64_t nnz,
int64_t sell_values_size,
int64_t slice_size,
intptr_t sell_slice_offsets,
intptr_t sell_col_ind,
intptr_t sell_values,
int sell_slice_offsets_type,
int sell_col_ind_type,
int idx_base,
int value_type,
) intptr_t[source]#

See cusparseCreateConstSlicedEll.