NVIDIA / AMGX

Distributed multigrid linear solver library on GPU
482 stars 139 forks source link

Added new API call AMGX_matrix_check_symmetry #272

Closed mattmartineau closed 11 months ago

mattmartineau commented 11 months ago

This can be run on a single process to test whether the provided matrix is symmetric (structurally or completely).

Also added test to the amgx_mpi_capi example, behind the flag -cs.