Skip to content

2024.10.29

Latest
Compare
Choose a tag to compare
@mgates3 mgates3 released this 30 Oct 05:15
· 9 commits to master since this release
  • Fixed norm to correctly propagate NaN and Inf values.
  • Fixed matrix generators to 1-based i,j indices, to match Matlab.
  • Added new matrix generators (minij, hilb, ..., gcdmat).
  • Require MPI in CMake/Makefile. The non-MPI build was always broken.
  • Improved GitHub continuous testing.
  • Refactored norm test code.
  • Refactored ScaLAPACK wrappers with enums, namespace.
  • Replaced Fortran steqr2 with C++ steqr.