Popularity
5.4
Declining
Activity
0.0
Stable
7
4
3

Monthly Downloads: 15
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Math    
Latest version: v0.4

sparse-lin-alg alternatives and similar packages

Based on the "Math" category.
Alternatively, view sparse-lin-alg alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of sparse-lin-alg or a related project?

Add another 'Math' Package

README

Synopsis

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

Installation

  1. Dowload it:

    $ git clone git://github.com/laughedelic/sparse-lin-alg.git
    
  2. 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.