![]() |
Blitz Support : |
From: Xianglong Yuan (yuanx_at_[hidden])
Date: 2004-08-08 07:21:21
Hi, there,
I'm new with Blitz, and would like to do a matrix multiplication.
Particularly,
M(3,N) x M(3,3) --> M(3,N)
Here, N is a large number and the elements are in double precision.
It seems to me that one cannot do a direct matrix - matrix
multiplication with Blitz. Should I use a 2-D array to store the
M(3,N) matrix? Then, how can I do the multiplication exactly? Anyone
please help. A simple example will be excellent. Thanks.
Xianglong