1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/math/blas/pkg-descr
Steve Price fb6e99d86c update this port per PR and portlint.
PR:		5120
Submitted by:	Pedro F. Giffuni <giffunip@asme.org>
1998-02-02 00:25:22 +00:00

6 lines
270 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.