next up previous contents
Next: The MatLab implementation Up: Benchmarks Previous: The TONS implementation   Contents


Matrix Multiplication

The matrix multiplication program does a repeated matrix multiplication of two matrices:

\begin{displaymath}A \gets A C \qquad B \gets B C \end{displaymath}

The matrices have dimension $100\times 100$, and the multiplication loop is iterated thru 100 times.

This test was only done on MatLab and TONS.






1999-08-09