create_csr#

nvmath.bindings.cusparse.create_csr(
int64_t rows,
int64_t cols,
int64_t nnz,
intptr_t csr_row_offsets,
intptr_t csr_col_ind,
intptr_t csr_values,
int csr_row_offsets_type,
int csr_col_ind_type,
int idx_base,
int value_type,
) intptr_t[source]#

See cusparseCreateCsr.