This is the mail archive of the gsl-discuss@sourceware.org mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: generalized eigensystems


> with 
> ./testgen -n 100 -z
> 
> how long should be the test in your computer? amd32/linux
> 
> because I have run the test and it has spent about 2 hours without any finish. 
> I have put it run again and redirect the output to a log file ....

It runs forever - it just keeps generating random matrices and testing
them, so if there is no output after 2 hours thats a good sign.

If you want it to stop, you can do:

./testgen -n 100 -z -c 1000

and it will test 1000 matrices and then quit.

Thanks!
Patrick Alken


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]