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

cnnz_compress#

nvmath.bindings.cusparse.cnnz_compress(
intptr_t handle,
int m,
intptr_t descr,
intptr_t csr_sorted_val_a,
intptr_t csr_sorted_row_ptr_a,
intptr_t nnz_per_row,
intptr_t nnz_c,
double complex tol,
)[source]#

See cusparseCnnz_compress.