freebsd-ports/math/spblas/pkg-descr
Brendan Fabeny bec986a3e5 trim headers; switch to the new options format; fix builds after src r248751;
update math/lrng to 20130314, and switch it to a versioned DIST_SUBDIR
2013-03-28 19:25:12 +00:00

9 lines
568 B
Text

This is an ANSI C++ implementation of the complete ANSI C specification of
Chapter 3 of the BLAS Technical Forum Standard. The distribution is quite
small and it is meant as a starting point for developing an optimized and
architecture-dependent version. (C++ was used, rather than C, as it has support
for complex arithmetic and templates to facilitate to creation of various
precision codes.) The library includes support for all four precision types
(single, double precision, real, and complex) and Level 1, 2, and 3 operations.
WWW: http://math.nist.gov/spblas/