test_eigen


test_eigen, a FORTRAN90 code which generates eigenvalue tests.

The current version of the code can only generate a symmetric or nonsymmetric matrix of arbitrary size, with eigenvalues distributed according to a normal distribution whose mean and standard deviation are specified by the user (subroutines R8SYMM_GEN and R8NSYMM_GEN).

Licensing:

The computer code and data files described and made available on this web page are distributed under the MIT license

Languages:

test_eigen is available in a C version and a C++ version and a FORTRAN90 version and a MATLAB version and a Python version.

Related Data and Programs:

ARPACK, a FORTRAN90 code which computes eigenvalues for large matrices;

EISPACK, a FORTRAN90 code which carries out eigenvalue computations; superseded by LAPACK;

JACOBI_EIGENVALUE, a FORTRAN90 code which implements the Jacobi iteration for the iterative determination of the eigenvalues and eigenvectors of a real symmetric matrix.

LAPACK_EIGEN_TEST, a FORTRAN90 code which tests some of the LAPACK eigenvalue functions.

POWER_METHOD, a FORTRAN90 code which carries out the power method for finding a dominant eigenvalue and its eigenvector.

test_eigen_test

TEST_MAT, a FORTRAN90 code which defines test matrices.

Reference:

  1. Robert Gregory, David Karney,
    A Collection of Matrices for Testing Computational Algorithms,
    Wiley, 1969,
    ISBN: 0882756494,
    LC: QA263.G68.
  2. Pete Stewart,
    Efficient Generation of Random Orthogonal Matrices With an Application to Condition Estimators,
    SIAM Journal on Numerical Analysis,
    Volume 17, Number 3, June 1980, pages 403-409.

Source Code:


Last revised on 03 September 2020.