Skip to content

Spectra v1.0.1

Latest
Compare
Choose a tag to compare
@yixuan yixuan released this 06 Apr 05:45
· 30 commits to master since this release

Added

  • Added SIMD support for UpperHessenbergSchur. This should accelerate general eigen solvers such as GenEigsSolver
  • 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