nvmath.bindings.cusparse.create_bsr

nvmath.bindings.cusparse.create_bsr(int64_t brows, int64_t bcols, int64_t bnnz, int64_t row_block_size, int64_t col_block_size, intptr_t bsr_row_offsets, intptr_t bsr_col_ind, intptr_t bsr_values, int bsr_row_offsets_type, int bsr_col_ind_type, int idx_base, int value_type, int order) intptr_t[source]

See cusparseCreateBsr.