No description
Find a file
2023-12-09 03:03:42 -08:00
cmake Created CMake files 2023-12-08 02:10:19 -08:00
src Created separate directories for single and double precision. Translated and debugged all files needed to successfully compile single precision complex library. CMake files reflect necessary changes. 2023-12-09 03:03:42 -08:00
testing Added testing to BLAS 2023-12-08 02:12:49 -08:00
.gitignore Created separate directories for single and double precision. Translated and debugged all files needed to successfully compile single precision complex library. CMake files reflect necessary changes. 2023-12-09 03:03:42 -08:00
blas.h First batch of Fortran to C conversions 2023-07-10 00:18:25 -07:00
CMakeLists.txt Created separate directories for single and double precision. Translated and debugged all files needed to successfully compile single precision complex library. CMake files reflect necessary changes. 2023-12-09 03:03:42 -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.