R: 3.2.0 release candidate 2
Marco Atzeri
marco_atzeri at yahoo.it
Mon May 25 16:43:10 CDT 2009
--- Lun 25/5/09, Jaroslav Hajek <highegg at gmail.com> ha scritto:
> Da: Jaroslav Hajek <highegg at gmail.com>
> Oggetto: 3.2.0 release candidate 2
> A: "octave maintainers list" <maintainers at octave.org>
> Data: Lunedì 25 maggio 2009, 13:01
> hi,
>
> the Octave 3.2.0 RC2 tarballs are available at
> http://artax.karlin.mff.cuni.cz/~hajej2am/ulozna/octave/
>
> enjoy
>
> --
> RNDr. Jaroslav Hajek
> computing expert & GNU Octave developer
> Aeronautical Research and Test Institute (VZLU)
> Prague, Czech Republic
> url: www.highegg.matfyz.cz
build fine on cygwin-1.7 and almost all the tests are passed.
The only new fault for me is:
>>>>> processing /pub/cygports/octave/octave-3.2.0-2/src/octave-3.2.0/scripts/sparse/svds.m
***** testif HAVE_ARPACK
[u2,s2,v2,flag] = svds(a,k,0);
s2 = diag(s2);
assert(flag,!1);
assert(s(k:-1:1), s2, 1e-10);
!!!!! test failed
assert (s (k:-1:1),s2,1e-10) expected
38.034
38.034
38.015
38.015
38.004
38.004
but got
38.060
38.034
38.034
38.015
38.015
38.004
38.004
Regards
Marco
More information about the Octave-maintainers
mailing list