mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
4630b16f45
PR: 188790 [1] Submitted by: ohauer [1]
14 lines
706 B
Plaintext
14 lines
706 B
Plaintext
libflame contains implementations of many dense linear algebra operations
|
|
that are provided by the BLAS and LAPACK libraries. (However, not all FLAME
|
|
implementations support every datatype, and, in many cases, libflame uses a
|
|
different naming convention for the routines.)
|
|
|
|
The library is a product of the Formal Linear Algebra Methods Environment
|
|
(FLAME), which encompasses a new notation for expressing algorithms, a
|
|
methodology for systematic derivation of algorithms, Application Program
|
|
Interfaces (APIs) for representing the algorithms in code, and tools for
|
|
mechanical derivation, implementation and analysis of algorithms and
|
|
implementations.
|
|
|
|
WWW: http://z.cs.utexas.edu/wiki/flame.wiki/FrontPage
|