The nvmath. module is experimental and potentially subject to future changes.
sbsrsv2_solve#
-
nvmath.
bindings. cusparse. sbsrsv2_solve( - intptr_t handle,
- int dir_a,
- int trans_a,
- int mb,
- int nnzb,
- intptr_t alpha,
- intptr_t descr_a,
- intptr_t bsr_sorted_val_a,
- intptr_t bsr_sorted_row_ptr_a,
- intptr_t bsr_sorted_col_ind_a,
- int block_dim,
- intptr_t info,
- intptr_t f,
- intptr_t x,
- int policy,
- intptr_t p_buffer,
See
cusparseSbsrsv2_solve.