mag2142
Electrical
- Jun 23, 2009
- 1
Sorry for the simplicity of this question. If I have two matrices, one 1000 cells long, the other 4.5 million long. I want to multiple them to create a third matrix 4.5 million cells long, where the first cell of the first matrix multiplies the first 4500 of the second matrix, the second of the first matrix by the next 4500 of the second matrix etc. I am using a for loop but it is taking really long, is there a faster way?
thanks
thanks