numeric-linalg

Educational material on the SciPy implementation of numerical linear algebra algorithms

45fe249a — Pablo

Formatted the comments

f529d36e — Pablo

Minor tweak in perf.h

1497e593 — Pablo

Added compile-time checks to perf.h

3afbf537 — Pablo

Improved the explanation on performance

1c9b6eae — Pablo

Merged the benchmarking tools

c5731126 — Pablo

Added a benchmarking tool to measure cache miss ratios

2cb315bb — Pablo

Refactored the progress-bar library

5dbee0ec — Pablo

Added a benchmark target

6b443bd3 — Pablo

Made benchmark targets runtime args" "Made different benchmark targets runtime arguments instead of compiletime flags

829c3b80 — Pablo

Added benchmarking to the naive version of getrf

26abef78 — Pablo

Added a grid to the benchmarking plot

7ed7d1b3 — Pablo

Minor tweak in the README

c3244248 — Pablo

Created a program to benchmark the getrf LAPACK function

7bc7ca31 — Pablo

Added a README

e981a045 — Pablo

Finished transpiling the Fortran code to Python

9c7392a3 — Pablo

Initial commit