Hi,
I get errors with lines such as these:
b.mS = b.mYS * b.S'
that go away when I write this instead:
b.mS = b.mYS * transp(b.S)
(Here "b" is a bundle and the elements are matrices.)
This is with the latest snapshot on Windows. There are several funny
things about this:
First I (think I) had run this code several weeks ago without errors,
but I have to admit I cannot reproduce with which gretl version that
would have worked. In any case I think we discussed before that the
transposition/apostrophe operator should be legal in this case.
Secondly these code lines are inside an if-block where the condition
fails, so they are not executed; is it normal that the gretl interpreter
also checks these code parts?
thanks,
sven