There is a newer version of the record available.

Published July 4, 2020 | Version 0.9
Software Open

ezARPACK - a C++ ARPACK-NG wrapper compatible with multiple matrix/vector algebra libraries: Release 0.9

Authors/Creators

Description

This is the first feature-complete, fully-documented release.

It comes with a few breaking changes.

  • A more common term 'solver' is now used instead of 'worker' everywhere in the code. In particular, arpack_worker has been renamed to arpack_solver.
  • Method arpack_solver::from_vector_n() has been renamed to arpack_solver::in_vector_n().
  • Method arpack_solver::to_vector_n() has been renamed to arpack_solver::out_vector_n().
  • Computational mode Invert has been renamed to Inverse.
  • Field n_converged has been removed from the stats_t structures. The number of converged Ritz values is now returned by method arpack_solver::nconv().

The documentation web-site is located at https://krivenko.github.io/ezARPACK/.

Files

krivenko/ezARPACK-0.9.zip

Files (302.3 kB)

Name Size Download all
md5:59a681c86377a2e78bd16092327e0ec3
302.3 kB Preview Download

Additional details

Related works