help-octave
[Top][All Lists]
Advanced

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

Order of function returns __abcddims__ in control-1.0.11


From: Jason Rupert
Subject: Order of function returns __abcddims__ in control-1.0.11
Date: Sat, 28 Nov 2009 07:13:22 -0800 (PST)

I  just noticed the following in control-1.0.11:

In __abcddims__:
function [y, my, ny] = __abcddims__ (x)


While over in abcddim:
...
[a, an, am] = __abcddims__ (a);
[b, bn, bm] = __abcddims__ (b);
[c, cn, cm] = __abcddims__ (c);
[d, dn, dm] = __abcddims__ (d);
...

It looks like the order of rows and columns may be switched up?   I know this 
Octave package works so this may be fixed on the backside or just the variable 
names are swapped around.  

Thanks again for any insights about this. 


      


reply via email to

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