- 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
.