package octave2.9
tags 423278 confirmed

Am Freitag, 11. Mai 2007 07:58:52 schrieb Kumar Appaiah:
> Package: octave2.9
> Version: 2.9.9-8etch1
> Severity: important

This happens also in 2.9.10.

Shorter examples:
A = zeros(-1, 1)
fft(A)

=> crash.

The codes 
        A = zeros(-1, -1) 
and 
        A = zeros(1, -1)
work. So the fft function can handle [](1x0) and [](0x0) just fine, but 
doesn't like [](0x1).

        Thomas


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to