Skip to content

1.0.0

Compare
Choose a tag to compare
@n-claes n-claes released this 30 Nov 13:43
· 1017 commits to master since this release
1167d3a

What's new:

  • CMake can now also link to ARPACK, SCALAPACK and MUMPS
  • Complete overhaul of the solver modules:
    • Dedicated submodules for each solver
    • Implemented a QZ-direct solver, which solves Ax = wBx in its general form
  • ARPACK-based solvers are implemented:
    • Solves the standard or general eigenvalue problem for selected eigenvalues
    • Includes a shift-invert method to probe specific spectral regions