create_const_blocked_ell#

nvmath.bindings.cusparse.create_const_blocked_ell(
int64_t rows,
int64_t cols,
int64_t ell_block_size,
int64_t ell_cols,
intptr_t ell_col_ind,
intptr_t ell_value,
int ell_idx_type,
int idx_base,
int value_type,
) intptr_t[source]#

See cusparseCreateConstBlockedEll.