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_workerhas been renamed toarpack_solver. - Method
arpack_solver::from_vector_n()has been renamed toarpack_solver::in_vector_n(). - Method
arpack_solver::to_vector_n()has been renamed toarpack_solver::out_vector_n(). - Computational mode
Inverthas been renamed toInverse. - Field
n_convergedhas been removed from thestats_tstructures. The number of converged Ritz values is now returned by methodarpack_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
- Is supplement to
- https://github.com/krivenko/ezARPACK/tree/0.9 (URL)