mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
5 lines
269 B
Plaintext
5 lines
269 B
Plaintext
This is BLAS 1, 2, and 3 from research.att.com. I cleaned up the makefile
|
|
and created a second() function. This is used by linpack, eispack, and
|
|
lapack.
|
|
BLAS stands for Basic Linear Algebra (System?). It is a Fortran library, but
|
|
can be called from C, C++, or whatever. |