No description
Find a file
2023-07-10 00:18:25 -07:00
src First batch of Fortran to C conversions 2023-07-10 00:18:25 -07:00
.gitignore First batch of Fortran to C conversions 2023-07-10 00:18:25 -07:00
blas.h First batch of Fortran to C conversions 2023-07-10 00:18:25 -07:00
README.md Initial Commit 2023-07-08 15:21:33 -07:00

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.