Eigen Test
Eigen Test is a small fortran tool for eigen value calculations.
The present code is in an alpha version
and is distributed
only among our co-workers.
General information
- The files in this page are
encrypted zip files.
The password for decryption is distributed only among our co-workers.
-
Now only standard eigen-value equation with real symmetric matrices (A y = e y)
is supported.
-
Now real symmetric matrices in
ELSES Matrix Library
can be used as input files.
-
The tool calculates all the eigen values and eigen vectors
for a given matrix. The standard LAPACK routine (DSYEV) is used.
- See the above document for details.
Files
Update logs
- [26. May. 2013.] Minor update (build : 20130526).
- [15. May. 2013.] Initial release (build : 20130515).
Note
-
The present page is maintained by
Takeo Hoshi
(Tottori U).
-
If you use MacOSX older than 10.7,
you may fail to unpack an encrypted zip file by double-clicking.
In such a case,
you should type
" unzip file.zip " on the command line
or use a freeware, like
The Unarchiver.
Back to
the main page (T. Hoshi)