Re: [Pharo-users] PMMatrix vs Matrix

2017-05-01 Thread Stephane Ducasse
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 wrote: > > > On Mon, Apr 24, 2017 at 8:15 PM, Serge Stinckwich < > serge.stinckw...@gmail.com> wrote: > >> Yes this

Re: [Pharo-users] PMMatrix vs Matrix

2017-04-30 Thread Ben Coman
On Mon, Apr 24, 2017 at 8:15 PM, Serge Stinckwich < serge.stinckw...@gmail.com> wrote: > 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

Re: [Pharo-users] PMMatrix vs Matrix

2017-04-30 Thread frankl1_miky
Thanks for that very clear answer -- View this message in context: http://forum.world.st/PMMatrix-vs-Matrix-tp4943819p4945000.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Re: [Pharo-users] PMMatrix vs Matrix

2017-04-24 Thread Stephane Ducasse
yes we should! On Mon, Apr 24, 2017 at 2:15 PM, Serge Stinckwich < serge.stinckw...@gmail.com> wrote: > 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 confusio

Re: [Pharo-users] PMMatrix vs Matrix

2017-04-24 Thread Serge Stinckwich
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 wrote: > the matrix class is not

Re: [Pharo-users] PMMatrix vs Matrix

2017-04-24 Thread Stephane Ducasse
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 wrote: > Hi, > Polymath come with PMMatrix class . what is the difference between this > class and the native Matrix class. > > > > -- > View this message