Hi,
not sure if this is a bug:
<hansl>
matrix a = zeros(3,1)
matrix b = ones(2,3)
matrix hu = a' * b'
hu = a'(b')
hu = a'b' # fails
</hansl>
Apparently gretl interprets the last line as "(a'b)'" which kind of
implies that the implicit multiplication with the transpose sign has
higher precedence than the actual transposition of b.
thanks,
sven