RE: Math.Matrix
郭雪松 <[email protected]>
| Newsgroups | gmane.comp.lang.pike.user |
|---|---|
| Message-ID | <[email protected]> |
Has anybody reviewed and fixed this ? Guo Xue Song > To: [email protected] > Subject: Re: Math.Matrix > From: [email protected] > Date: Mon, 15 Apr 2013 17:15:02 +0000 > > Yes, > > a*b > > is equivalent (at least in this case) to > > a->`*(b) > > (but if a doesn't support that, b->``*(a) ) >