linear-algebra-cblas

Version 0.1 revision 0 uploaded by CarterSchonwald.

Package meta

Synopsis
A linear algebra library with bindings to BLAS and LAPACK
Description

Note There are some known bugs in this code, do not use it in production! this package is meant mostly for easy cblas vs haskell benchmarks, not real use.

The BLAS (Basic Linear Algebra Subprograms) are routines that provide standard building blocks for performing basic vector and matrix operations. The Level 1 BLAS perform scalar, vector and vector-vector operations, the Level 2 BLAS perform matrix-vector operations, and the Level 3 BLAS perform matrix-matrix operations. Because the BLAS are efficient, portable, and widely available, they are commonly used in the development of high quality linear algebra software, LAPACK for example.

For more information, see the Netlib BLAS webpage: http://www.netlib.org/blas/

Author
Patrick Perry, Carter Schonwald
Bug reports
n/a
Category
Math
Copyright
(c) 2010. Patrick Perry <patperry@gmail.com>, Carter Schonwald <carter atsign wellposed dot com> 2012
Homepage
http://github.com/cartazio/hs-cblas
Maintainer
Carter Schonwald <carter atsign wellposed dot com>
Package URL
n/a
Stability
n/a

Components