Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 316 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 316 Bytes

hpc

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.