Does anybody know how matlab handle the matrix multiplication? I tested with 2 200-square matrices(elements are from uniform distribution of (0,1) and found out the calculation times as follows:
matlab : 0.016
fortran: 0.425
VC : 0.195
VB : 1.998
The speed is so fast. it must have...