> Good work! I have done some memory testing with valgrind on testgen > and not found any problems. I will try some numerical tests as well > now.
I recently realized that when compiling gen.c with -O2 on gcc 3.4.6 it gives incorrect eigenvalue output on some of the integer test cases. This seems to be a bug in the optimizer since its fine without the -O2. Upgrading to gcc 4.1.2 seems to fix the problem. Patrick Alken
