Initial Commit

This commit is contained in:
Adam Parler 2023-07-08 15:21:33 -07:00
commit 2855f54e5b

2
README.md Normal file
View file

@ -0,0 +1,2 @@
This is a ground-up rewrite of the Basic Linear Algebra Subsystem (BLAS)
written in C. To build, simply type `make` and then `make install`.