On Thu, 31 Jul 2008, Sven Schreiber wrote:
12.5 Matrix?scalar operators
...
(Note that the operator ** cannot be used in place of ^ for this
purpose because in a matrix context it is reserved for the
Kronecker product.)
AFAICS it's always ^ in gretl, regardless of the context, no? I
don't remember if that was different before. IMHO it's a bit
misleading.
Ah yes, that comment is "orphaned". There was a time when we
officially supported "**" for exponentiation (before we had
Kronecker products). But checking the genr help I see that we've
removed any mention of "**" in that role. So that bit of text in
12.5 should be removed.
However, it's a little more complicated. Until recently we
continued to support x**n = x^n unofficially, since it's handy in
dealing with the NIST nonlinear regression test files, where the
functions are written in that way. I wonder if that's now broken?
Anyway, the NIST files can be handled in some other way.
Allin.