The nvmath.bindings module is experimental and potentially subject to future changes.

scsrlsvlu_host#

nvmath.bindings.cusolverSp.scsrlsvlu_host(
intptr_t handle,
int n,
int nnz_a,
intptr_t descr_a,
intptr_t csr_val_a,
intptr_t csr_row_ptr_a,
intptr_t csr_col_ind_a,
intptr_t b,
float tol,
int reorder,
intptr_t x,
intptr_t singularity,
)[source]#

See cusolverSpScsrlsvluHost.