1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/math/blas/pkg-descr

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.