The nvmath. module is experimental and potentially subject to future changes.
dbsrsm2_solve#
-
nvmath.
bindings. cusparse. dbsrsm2_solve( - intptr_t handle,
- int dir_a,
- int trans_a,
- int trans_xy,
- int mb,
- int n,
- int nnzb,
- intptr_t alpha,
- intptr_t descr_a,
- intptr_t bsr_sorted_val,
- intptr_t bsr_sorted_row_ptr,
- intptr_t bsr_sorted_col_ind,
- int block_size,
- intptr_t info,
- intptr_t b,
- int ldb,
- intptr_t x,
- int ldx,
- int policy,
- intptr_t p_buffer,
See
cusparseDbsrsm2_solve.