Skip to content

🔢Haskell library for sparse matrices and some linear algebra on them (UNMAINTAINED)

License

Notifications You must be signed in to change notification settings

laughedelic/sparse-lin-alg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

🔢Haskell library for sparse matrices and some linear algebra on them (UNMAINTAINED)

Resources

License

Stars

Watchers

Forks

Packages

No packages published