The latest version of lapack is 0.5.2-0.

lapack

Version 0.2.4 revision 0 uploaded by HenningThielemann.

Package meta

Synopsis
Numerical Linear Algebra using LAPACK
Description

This is a high-level interface to LAPACK. It provides solvers for simultaneous linear equations, linear least-squares problems, eigenvalue and singular value problems for matrices with certain kinds of structures.

Features:

  • Based on comfort-array: Allows to precisely express one-column or one-row matrices, as well as dense, square, triangular, banded, symmetric and block matrices.

  • Support all data types that are supported by LAPACK, i.e. Float, Double, Complex Float, Complex Double

  • No need for c2hs, hsc, Template Haskell or C helper functions

  • Dependency only on BLAS and LAPACK, no GSL

  • Works with matrices and vectors with zero dimensions.

  • Separate formatting operator (##): Works better for tuples of matrices and vectors than show. Show is used for code one-liners that can be copied back into Haskell modules.

See also: hmatrix.

Author
Henning Thielemann <haskell@henning-thielemann.de>
Bug reports
n/a
Category
Data Structures
Copyright
n/a
Homepage
http://hub.darcs.net/thielema/lapack/
Maintainer
Henning Thielemann <haskell@henning-thielemann.de>
Package URL
n/a
Stability
n/a

Components