help-gsl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-gsl] GSL 1.11


From: Rodney Sparapani
Subject: Re: [Help-gsl] GSL 1.11
Date: Tue, 10 Jun 2008 14:32:18 -0500
User-agent: Thunderbird 2.0.0.14 (X11/20080505)

Brian Gough wrote:
At Mon, 9 Jun 2008 12:36:07 -0600,
Patrick Alken wrote:
I believe you can safely ignore these errors. The comparison is
on line 510 of eigen/test.c:

gsl_test_abs (gsl_complex_abs(vivj), 0.0, N * GSL_DBL_EPSILON, "%s, orthogonal(%d,%d), %s", desc, i, j, desc2);

which you could change to:

gsl_test_abs (gsl_complex_abs(vivj), 0.0, 10.0 * N * GSL_DBL_EPSILON, "%s, orthogonal(%d,%d), %s", desc, i, j, desc2);

to possibly fix the error.

I think it would be good to commit that if it fixes the problem.

It does fix it.  Thanks!

Rodney




reply via email to

[Prev in Thread] Current Thread [Next in Thread]