@hackage lapack0.1
Numerical Linear Algebra using LAPACK
Categories
License
BSD-3-Clause
Maintainer
Henning Thielemann <haskell@henning-thielemann.de>
Links
Versions
Installation
Tested Compilers
Dependencies (8)
- base >=4.5 && <5
- blas-ffi >=0.0 && <0.1
- comfort-array >=0.0.1 && <0.1
- lapack-ffi >=0.0.1 && <0.1
- netlib-ffi >=0.1 && <0.2
- non-empty >=0.3 && <0.4 Show all…
Dependents (12)
@hackage/lapack-hmatrix, @hackage/linear-circuit, @hackage/interpolation, @hackage/acme-everything, @hackage/chemical-equation, @hackage/sum-pyramid, Show all…
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 and symmetric 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
Separate formatting operator
(##): Works better for tuples of matrices and vectors thanshow.Showis used for code one-liners that can be copied back into Haskell modules.
See also: hmatrix.