[Chageset]: Add the spaugment function

Jaroslav Hajek highegg at gmail.com
Thu Apr 3 07:29:19 CDT 2008


>  | maximum absolute error 1.655e-07 exceeds tolerance 1e-10
>
>  This looks like a case where we just need to change the tolerance.
>
>  jwe
>

another such case is tol = 10*eps in testqr from test/test_linalg.m.
The attached changeset makes it 100*eps. Strangely enough, the test
passed when I was linking against the single-threaded version of ACML,
but failed when with the multi-threaded version. Apparently the ST is
computing the result, but the MT is just guessing it :)

Anyway, such tests should probably be scaled by the norm of the
factorized matrix,
at least those used agaist random matrices of various sizes.


cheers,

-- 
RNDr. Jaroslav Hajek
computing expert
Aeronautical Research and Test Institute (VZLU)
Prague, Czech Republic
url: www.highegg.matfyz.cz
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test_linalg_tol.diff
Type: text/x-patch
Size: 607 bytes
Desc: not available
Url : https://www.cae.wisc.edu/pipermail/octave-maintainers/attachments/20080403/6d5d5795/attachment.bin 


More information about the Octave-maintainers mailing list