create_const_coo#

nvmath.bindings.cusparse.create_const_coo(
int64_t rows,
int64_t cols,
int64_t nnz,
intptr_t coo_row_ind,
intptr_t coo_col_ind,
intptr_t coo_values,
int coo_idx_type,
int idx_base,
int value_type,
) intptr_t[source]#

See cusparseCreateConstCoo.