help-octave
[Top][All Lists]
Advanced

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

missing dispatch


From: Roessli
Subject: missing dispatch
Date: Wed, 1 Feb 2006 09:42:54 +0100
User-agent: KMail/1.8.1

Hello,

with the new Octave version (2.9.2, Debian) I get a lot of warnings 
at program start, like 

warning: in /usr/share/octave/site/m/octave-forge/miscellaneous/dispatch.m 
near line 2, column 3:
warning: missing dispatch; use gconv(galois) rather than conv(galois)
warning: missing dispatch; use gconvmtx(galois) rather than convmtx(galois)
warning: missing dispatch; use gdeconv(galois) rather than deconv(galois)
warning: missing dispatch; use gdftmtx(galois) rather than dftmtx(galois)
warning: missing dispatch; use gfft(galois) rather than fft(galois)
warning: missing dispatch; use gifft(galois) rather than ifft(galois)
warning: missing dispatch; use groots(galois) rather than roots(galois)
warning: missing dispatch; use gdiag(galois) rather than diag(galois)
warning: missing dispatch; use greshape(galois) rather than reshape(galois)
warning: missing dispatch; use gprod(galois) rather than prod(galois)
warning: missing dispatch; use gsum(galois) rather than sum(galois)
warning: missing dispatch; use gsumsq(galois) rather than sumsq(galois)
warning: missing dispatch; use gsqrt(galois) rather than sqrt(galois)
...

Does it mean that in future versions conv is not supported any longer and is 
replaced by gconv?

thanks,

B. Roessli
 



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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