ver. 1.0.0が公開されました!
Download and Install
This package can be downloaded from here.
https://github.com/issp-center-dev/Komega/releases/download/v1.0.0/komega-1.0.0.tar.gz
Please uncompless and build as
$ tar xzvf komega-1.0.0.tar.gz
$ cd komega/
$ emacs make.sys
$ make
Documents
README
https://github.com/issp-center-dev/Komega/blob/master/README.md
- Manual for the Library
- Manual for the sample program
Bug Fix
- Underflow occurred in the very large number of iterations.
Modification
- The convergence target changes from the ∞-norm of the residual vector into the 2-norm of that vector.
Add
- C header files.