Re: OT(slightly): parser generator for expression with custom operators
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: OT(slightly): parser generator for expression with custom operators
- From: Dirk Laurie <dpl@...>
- Date: 2011年6月29日 20:23:21 +0200
On Wed, Jun 29, 2011 at 06:43:43PM +0200, Luis Carvalho wrote:
> As an aside, in Numlua I'm defining % for matrix multiplication and * for
> elementwise matrix multiplication (/ and ^ keep their elementwise
> counterparts).
>
What do you define for matrix division, i.e. Matlab backslash?
Dirk