complex matrix operation

2010-10-16 Thread Cuong P. Nguyen
Hi, can I use the package for basic complex-number matrix operations (addition, subtraction, multiplication) ? Thanks Cuong

[math] Re: complex matrix operation

2010-10-16 Thread Cuong P. Nguyen
Hi Luc and friends, Thanks a lot for the quick response Could you give me any simple code example of Complex-type vector-matrix multiplication or matrix-matrix multiplication ? I am a new java beginner as well as new to Commons Math community. Thanks, Cuong -Original Message- From:

Re: [math] Re: complex matrix operation

2010-10-16 Thread Luc Maisonobe
Le 16/10/2010 22:47, Cuong P. Nguyen a écrit : Hi Luc and friends, I have a question more related to java matrix storage. If I have a 3-dimentional m matrix say 2 by 2 by 2, I want to access the matrix Matrices are limited to 2 dimensions. We don't have general k-th order tensors in