No description
Find a file
2023-12-08 02:10:19 -08:00
cmake Created CMake files 2023-12-08 02:10:19 -08:00
src Created CMake files 2023-12-08 02:10:19 -08:00
testing Created CMake files 2023-12-08 02:10:19 -08: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
CMakeLists.txt Created CMake files 2023-12-08 02:10:19 -08:00
LICENSE Add LICENSE 2023-08-19 19:53:22 +00: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.