miniMATLAB

@author Johnny Eduardo Weber

A parallel implementation of the MATLAB matrix and array operations.

The front-end is written in C using Lex/Yacc, and the backend is implemented using IBM's X10 parallel programming language.

Why parallelize?

A graph the running times of simple matrix multiplication and addition (running time in seconds v. size of input).

[Download]