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: Patrick Alken
Subject: Re: [Help-gsl] GSL 1.11
Date: Tue, 10 Jun 2008 10:21:46 -0600
User-agent: Mutt/1.5.17+20080114 (2008-01-14)

Ok it is in the repository now

On Tue, Jun 10, 2008 at 02:32:18PM -0500, Rodney Sparapani wrote:
> 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]