create_const_csc#

nvmath.bindings.cusparse.create_const_csc(
int64_t rows,
int64_t cols,
int64_t nnz,
intptr_t csc_col_offsets,
intptr_t csc_row_ind,
intptr_t csc_values,
int csc_col_offsets_type,
int csc_row_ind_type,
int idx_base,
int value_type,
) intptr_t[source]#

See cusparseCreateConstCsc.