A collection of projects for CS:530 High-Performance Computing
- matrix_powers provides serial matrix multiplication in modern Fortran, additionally showing the performance difference between Fortran and Python.
- matrix_power_pthreads provides multithreaded matrix multiplication in C using pthreads.