Code


SSE Optimized Code

matrix.c (note: this file has testing code in the main function for both SSE and C matrix multiplication)
vector.c

Original C Code

matrix.c
vector.c

Required Libraries

graphics.h
graphicsMath.h

Back to main.