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
> 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
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