octave-maintainers
[Top][All Lists]
Advanced

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

pinv.cc test failure


From: Marco Atzeri
Subject: pinv.cc test failure
Date: Sat, 01 Oct 2011 18:04:16 +0200
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20110902 Thunderbird/6.0.2

Hi,
with the current tolerance on
src/DLD-FUNCTIONS/pinv.cc

%! tol = 1e-14;
%! hitol = 15*sqrt(eps);

> 15*sqrt(eps)
ans =  2.2352e-07

the test always fails on cygwin.

Using a order of magnitude larger tolerance

    tol = 1e-13;
    hitol = 2e-6;

the test just fails less than 1 every 1000 trials.
Can we update them ?

Regards
Marco


reply via email to

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