45fe249a — Pablo
Formatted the comments
Educational material on the SciPy implementation of numerical linear algebra algorithms
Formatted the comments
Minor tweak in perf.h
Added compile-time checks to perf.h
Improved the explanation on performance
Merged the benchmarking tools
Added a benchmarking tool to measure cache miss ratios
Refactored the progress-bar library
Added a benchmark target
Made benchmark targets runtime args" "Made different benchmark targets runtime arguments instead of compiletime flags
Added benchmarking to the naive version of getrf
Added a grid to the benchmarking plot
Minor tweak in the README
Created a program to benchmark the getrf LAPACK function
Added a README
Finished transpiling the Fortran code to Python
Initial commit