Effective linear algebra on sparse matrices.
Sparse matrices and vectors are represented using IntMaps, which store non-zero values. This library provides some useful functions for computations on them. Also some linear algebra algorithms are included. At the moment, they work only on integer domain.
Synopsis
This is a Haskell library providing effective representation for sparse matrices and some linear algebra on them.
Installation
Dowload it:
$ git clone git://github.com/laughedelic/sparse-lin-alg.git
Install
$ cd sparse-lin-alg $ cabal install
That's it!
There are some QuickCheck tests, but at the moment they don't cover whole library.
Documentation
If you run cabal haddock
in the directory, where you downloaded library, you'll get documentation and will be able to view it from the root at dist/doc/html/sparse-lin-alg/index.html
.
You can also view it online at Hackage package page, but it may be not up to date.