bed-and-breakfast: Efficient Matrix operations in 100% Haskell.
Efficient Matrix operations in 100% Haskell.
v0.1- Initial version, features
det, basic arithmetic operations, and instances forFloat,Double,Complex, andRational. v0.1.1- Fixed wrong algorithm for computing the
inverse of a
Matrix. v0.1.2- Added instances for
Num Matrix,Fractional Matrix, andEq Matrix. v0.1.3invis now a total function and will no longer callerrorif a matrix is not invertible. AlsoMatrixderivesData.Typeablenow.v0.1.4- Added
scale, and methods for joining matrices vertically and horizontally. Corrected a bug inisUnitreported by Charles Durham.isUnitreturned True for any matrix for whichall (== 1) . tracewould have, which is wrong). v0.2- A little bit more documentation. Also moved some
functions (
isXXX) away from the type classMatrixElement. Properly flagged the package as experimental (was improperly copied asstable, copied form a template).
Downloads
- bed-and-breakfast-0.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.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> |
| Uploaded | by JulianFleischer at 2013-04-09T06:18:18Z |
| Revised | Revision 1 made by AdamBergmark at 2015-05-03T12:20:01Z |
| 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 |
| Distributions | |
| Reverse Dependencies | 2 direct, 0 indirect [details] |
| Downloads | 17409 total (48 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] |