The nvmath. module is experimental and potentially subject to future changes.
cbsrxmv#
-
nvmath.
bindings. cusparse. cbsrxmv( - intptr_t handle,
- int dir_a,
- int trans_a,
- int size_of_mask,
- int mb,
- int nb,
- int nnzb,
- intptr_t alpha,
- intptr_t descr_a,
- intptr_t bsr_sorted_val_a,
- intptr_t bsr_sorted_mask_ptr_a,
- intptr_t bsr_sorted_row_ptr_a,
- intptr_t bsr_sorted_end_ptr_a,
- intptr_t bsr_sorted_col_ind_a,
- int block_dim,
- intptr_t x,
- intptr_t beta,
- intptr_t y,
See
cusparseCbsrxmv.