bed-and-breakfast: Efficient Matrix operations in 100% Haskell.

[ library, linear-algebra, math, mit, numeric ] [ Propose Tags ]

Efficient Matrix operations in 100% Haskell.

v0.1
Initial version, features det, basic arithmetic operations, and instances for Float, Double, Complex, and Rational.
v0.1.1
Fixed wrong algorithm for computing the inverse of a Matrix.
v0.1.2
Added instances for Num Matrix, Fractional Matrix, and Eq Matrix.
v0.1.3
inv is now a total function and will no longer call error if a matrix is not invertible. Also Matrix derives Data.Typeable now.
v0.1.4
Added scale, and methods for joining matrices vertically and horizontally. Corrected a bug in isUnit reported by Charles Durham. isUnit returned True for any matrix for which all (== 1) . trace would have, which is wrong).
v0.2
A little bit more documentation. Also moved some functions (isXXX) away from the type class MatrixElement. Properly flagged the package as experimental (was improperly marked as stable, copied form a template).
v0.2.1
Added cofactors, adjugate, minor, and minorMatrix.

Modules

[Index]

Downloads

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

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.2, 0.2.1, 0.2.2, 0.2.3, 0.3, 0.3.1, 0.3.2, 0.4, 0.4.1, 0.4.2, 0.4.3, 0.5
Dependencies array (>=0.4), base (>=4.5 && <4.7), deepseq (>=1.3) [details]
License MIT
Author Julian Fleischer <julian.fleischer@fu-berlin.de>
Maintainer Julian Fleischer <julian.fleischer@fu-berlin.de>
Revised Revision 1 made by AdamBergmark at 2015-05-03T12:19:18Z
Category Numeric, Math, Linear Algebra
Home page http://hub.darcs.net/scravy/bed-and-breakfast
Source repo head: darcs get hub.darcs.net:bed-and-breakfast
Uploaded by JulianFleischer at 2013-04-09T13:13:51Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 16590 total (44 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]