Added
- Added SIMD support for
UpperHessenbergSchur
. This should accelerate general eigen solvers such asGenEigsSolver
- Added test code for
UpperHessenbergSchur
Changed
- Fixed several bugs in the examples caused by the
const
keyword, reported by @alexpghayes (#135, #137) - Updated the included Catch2 to v2.13.8