lapack: Numerical Linear Algebra using LAPACK
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, Hermitian, banded Hermitian, blocked and LU or QR decomposed 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.
No automatic (and dangerous) implicit expansion of singleton vectors or matrices. Instead there are special operators for scaling of vectors and matrices.
Separate formatting operator
(##)
: Works better for tuples of matrices and vectors thanshow
.Show
is used for code one-liners that can be copied back into Haskell modules. Support for nice formatting in HyperHaskell.
See also: hmatrix
.
[Skip to Readme]
Modules
[Index] [Quick Jump]
- Numeric
- LAPACK
- Example
- Numeric.LAPACK.Format
- Linear
- Numeric.LAPACK.Matrix
- Numeric.LAPACK.Matrix.Array
- Numeric.LAPACK.Matrix.Banded
- Numeric.LAPACK.Matrix.BandedHermitian
- Numeric.LAPACK.Matrix.BandedHermitianPositiveDefinite
- Numeric.LAPACK.Matrix.Extent
- Numeric.LAPACK.Matrix.Hermitian
- Numeric.LAPACK.Matrix.HermitianPositiveDefinite
- Numeric.LAPACK.Matrix.Permutation
- Numeric.LAPACK.Matrix.Shape
- Numeric.LAPACK.Matrix.Special
- Numeric.LAPACK.Matrix.Square
- Numeric.LAPACK.Matrix.Symmetric
- Numeric.LAPACK.Matrix.Triangular
- Numeric.LAPACK.Orthogonal
- Numeric.LAPACK.Output
- Numeric.LAPACK.Permutation
- Numeric.LAPACK.Scalar
- Numeric.LAPACK.Shape
- Numeric.LAPACK.ShapeStatic
- Numeric.LAPACK.Singular
- Numeric.LAPACK.Vector
- LAPACK
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
debug | Compile programs for demonstrating bugs in the LAPACK implementation. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- lapack-0.3.2.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.0, 0.1, 0.2, 0.2.1, 0.2.2, 0.2.3, 0.2.3.1, 0.2.4, 0.3, 0.3.0.1, 0.3.1, 0.3.2, 0.4, 0.4.1, 0.5, 0.5.0.1, 0.5.0.2, 0.5.0.3, 0.5.1, 0.5.1.1, 0.5.2 (info) |
---|---|
Change log | Changes.md |
Dependencies | base (>=4.5 && <5), blas-ffi (>=0.0 && <0.2), blaze-html (>=0.7 && <0.10), boxes (>=0.1.5 && <0.2), comfort-array (>=0.4 && <0.5), deepseq (>=1.3 && <1.5), fixed-length (>=0.2 && <0.3), guarded-allocation (>=0.0 && <0.1), hyper (>=0.1 && <0.3), lapack, lapack-ffi (>=0.0.1 && <0.1), lazyio (>=0.1 && <0.2), netlib-ffi (>=0.1.1 && <0.2), non-empty (>=0.3 && <0.4), semigroups (>=0.18.3 && <1.0), text (>=1.2 && <1.3), tfp (>=1.0.1 && <1.1), transformers (>=0.4 && <0.6), utility-ht (>=0.0.10 && <0.1) [details] |
License | BSD-3-Clause |
Author | Henning Thielemann <haskell@henning-thielemann.de> |
Maintainer | Henning Thielemann <haskell@henning-thielemann.de> |
Revised | Revision 2 made by HenningThielemann at 2021-11-16T09:13:20Z |
Category | Data Structures |
Home page | https://hub.darcs.net/thielema/lapack/ |
Source repo | this: darcs get https://hub.darcs.net/thielema/lapack/ --tag 0.3.2 head: darcs get https://hub.darcs.net/thielema/lapack/ |
Uploaded | by HenningThielemann at 2020-09-25T14:55:16Z |
Distributions | LTSHaskell:0.5.2, NixOS:0.5.2, Stackage:0.5.2 |
Reverse Dependencies | 4 direct, 0 indirect [details] |
Executables | lapack-debug |
Downloads | 6623 total (28 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |