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: Brian Gough
Subject: Re: [Help-gsl] GSL 1.11
Date: Tue, 10 Jun 2008 09:15:35 +0100
User-agent: Wanderlust/2.14.0 (Africa) Emacs/22.1 Mule/5.0 (SAKAKI)

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.





reply via email to

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