Skip to content

Spectra v0.3.0

Compare
Choose a tag to compare
@yixuan yixuan released this 03 Jul 23:42
· 637 commits to master since this release

Added

  • Added the wrapper classes SparseSymMatProd and SparseSymShiftSolve
    for sparse symmetric matrices
  • Added the wrapper class SparseGenRealShiftSolve for general sparse matrices
  • Added tests for sparse matrices
  • Using Travis CI for automatic unit test

Changed

  • Updated included Catch to v1.5.6
  • API change: Each eigen solver was moved to its own header file.
    For example to use SymEigsShiftSolver one needs to include
    <SymEigsShiftSolver.h>
  • Header files for internal use were relocated