The author of the program is:

Mikkel Damsgaard 
Kirsebaerhaven 85b
DK-8520 Lystrup

The program consists of the following files:

Divsol.c           QRfact.h           Divsol.h           Jacobi.c           
Jacobi.h           Triang.c           print.c            MM.c               
Triang.h           print.h            MM.h               QRfact.c           
main.c             main.h             

It calculates the eigenvalues for 4 different matrixes. It does not
take any input; those 4 matrixes are calculated by MakeMatrix
function. Output is given as 4 files: val2, val3, val4, val5, that
contains the eigenvalues for each of the matrixes.

Output files to compeare with, are:

val2.out  val3.out  val4.out  val5.out

The program can be compiled with :

 gcc MM.c main.c QRfact.c Triang.c print.c Jacobi.c Divsol.c -o eks -lm

Program can be run with 

 eks

The benchmark is given by

------------------------------------------------------------------------------
 Belmina Dzafic                  
 Spobjergvej 22, 4+5            Email:     belmina@daimi.aau.dk  
 8220 Brabrand                  Phone:     + 45 89 44 90 73  
------------------------------------------------------------------------------

------------------------------------------------------------------------------
 Peter Andersen                  Homepage:  http://www.daimi.aau.dk/~ptr/  
 Regenburgsgade 6 st.th.         Email:     ptr@daimi.aau.dk  
 8000 Aarhus C                   Phone:     + 45 86 19 62 25 
------------------------------------------------------------------------------





