Readme for sparse-lin-alg-0.3

Synopsis

This is a small Haskell library providing effective representation for sparse matrices and some linear algebra operations on them.

Installation

  1. Dowload it:

    $ git clone git://github.com/laughedelic/sparse-lin-alg.git
    $ cd sparse-lin-alg
    
  2. Install

    $ cabal install
    

That's it!

There are some QuickCheck tests, but at the moment they don't cover whole library, so check it out in the future versions.