1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/math/spblas/pkg-descr
Dmitry Marakasov 62d4ec8296 - Add LICENSE
- Switch to options helpers
- Update WWW
- Unsilence installation commands
2018-04-27 09:33:50 +00:00

10 lines
569 B
Plaintext

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: https://math.nist.gov/spblas/