On Wed, 24 Jan 2007, Allin Cottrell wrote:
> (I should perhaps mention: It seems that
>
> matrix B = m1.$coeff ~ m2.$coeff ~ m3.$coeff
>
> ought to work, but it does not. There's a problem with repetition of
"~"
> that I'll have to look into that. The first version works OK though.)
The problem is not repetition of "~", it's the use of operators such as
"~"
following a reference to a saved object via a compound expression like
"m1.$coeff". This combination is not being parsed correctly. I'll work on
it.
That's now fixed in CVS.
Allin.