This post was updated on .
Hi,
Polymath come with PMMatrix class . what is the difference between this class and the native Matrix class? |
the matrix class is not really a matrix more a 2dArray no eigen values and the rest stef On Mon, Apr 24, 2017 at 12:04 PM, frankl1_miky <[hidden email]> wrote: Hi, |
Yes this what I was going to answer as well. Matrix in Pharo does not
implement the usual mathematical operators like PMMatrix. Maybe should be rename as Array2D in order to avoid confusion in the future. Regards, On Mon, Apr 24, 2017 at 1:54 PM, Stephane Ducasse <[hidden email]> wrote: > the matrix class is not really a matrix more a 2dArray > no eigen values and the rest > > stef > > On Mon, Apr 24, 2017 at 12:04 PM, frankl1_miky <[hidden email]> > wrote: >> >> Hi, >> Polymath come with PMMatrix class . what is the difference between this >> class and the native Matrix class. >> >> >> >> -- >> View this message in context: >> http://forum.world.st/PMMatrix-vs-Matrix-tp4943819.html >> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com. >> > -- Serge Stinckwich UCN & UMI UMMISCO 209 (IRD/UPMC) Every DSL ends up being Smalltalk http://www.doesnotunderstand.org/ |
yes we should! On Mon, Apr 24, 2017 at 2:15 PM, Serge Stinckwich <[hidden email]> wrote: Yes this what I was going to answer as well. Matrix in Pharo does not |
Thanks for that very clear answer
|
In reply to this post by SergeStinckwich
On Mon, Apr 24, 2017 at 8:15 PM, Serge Stinckwich <[hidden email]> wrote: Yes this what I was going to answer as well. Matrix in Pharo does not What about "Table" as an alternative? cheers -ben
|
I have been working on Grid in the context of the Container library. Now Array2d was the previous name of Matrix so let us keep it simple. On Mon, May 1, 2017 at 5:40 AM, Ben Coman <[hidden email]> wrote:
|
Free forum by Nabble | Edit this page |