Re: [Proposal] new pmc class: matrix

2002-06-14 Thread Dan Sugalski
At 8:54 AM +0200 6/14/02, =?latin1?Q?Josef_H=F6=F6k?= wrote: >What do you all think about adding a matrix class. >It would be really usefull to have it as a class.. [Snip] >A third option maybe (if its possible) would be to actually adding above >syntax to the assembler but that would probably l

Re: [Proposal] new pmc class: matrix

2002-06-14 Thread Nick Kostirya
> What do you all think about adding a matrix class. > It would be really usefull to have it as a class.. It's excellent! > It would be really usefull to have builtin vector operations like > transpose eigevects etc... I think lately about it. I like multivariate analysis. But I cannot unfortun

[Proposal] new pmc class: matrix

2002-06-13 Thread Josef Höök
What do you all think about adding a matrix class. It would be really usefull to have it as a class.. Pseudo code: new P0, Matrix, 3, 3 set P0, 0, 0, 1 set P0, 0, 1, 3 set P0, 0, 2, 1 set P0, 1, 0, 2 set P0, 1, 1, 2 set P0, 1, 2, 2