matrix_create_csr#
-
nvmath.
bindings. cudss. matrix_create_csr( - int64_t nrows,
- int64_t ncols,
- int64_t nnz,
- intptr_t row_start,
- intptr_t row_end,
- intptr_t col_indices,
- intptr_t values,
- int index_type,
- int value_type,
- int mtype,
- int mview,
- int index_base,
See
cudssMatrixCreateCsr.