Name: bed-and-breakfast Version: 0.1.1 Synopsis: Efficient Matrix operations in 100% Haskell. Description: Efficient Matrix operations in 100% Haskell. . [@v0.1.1@] Fixed wrong algorithm for computing the inverse of a Matrix. License: MIT License-File: LICENSE Author: Julian Fleischer Maintainer: Julian Fleischer Build-Type: Simple Cabal-Version: >= 1.8 Category: Data Stability: stable Homepage: http://hub.darcs.net/scravy/bed-and-breakfast Source-Repository head type: darcs location: hub.darcs.net:bed-and-breakfast Library Exposed-Modules: Numeric.Matrix Build-Depends: base >= 4.5 && < 5, array >= 0.4 Hs-Source-Dirs: src