https://github.com/laughedelic/sparse-lin-alg
🔢Haskell library for sparse matrices and some linear algebra on them (UNMAINTAINED)
https://github.com/laughedelic/sparse-lin-alg
Last synced: 3 months ago
JSON representation
🔢Haskell library for sparse matrices and some linear algebra on them (UNMAINTAINED)
- Host: GitHub
- URL: https://github.com/laughedelic/sparse-lin-alg
- Owner: laughedelic
- License: bsd-3-clause
- Created: 2012-03-18T21:12:15.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2015-06-29T10:53:07.000Z (over 10 years ago)
- Last Synced: 2025-02-28T10:03:36.494Z (8 months ago)
- Language: Haskell
- Homepage:
- Size: 205 KB
- Stars: 7
- Watchers: 4
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Synopsis ##
This is a Haskell library providing effective representation for [sparse matrices](http://en.wikipedia.org/wiki/Sparse_matrix) and some linear algebra on them.
## Installation ##
1. Dowload it:
```bash
$ git clone git://github.com/laughedelic/sparse-lin-alg.git
```2. Install
```bash
$ 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](http://hackage.haskell.org/package/sparse-lin-alg), but it may be not up to date.