sparse: A playground of sparse linear algebra primitives using Morton ordering

[ bsd3, data, library, vector ] [ Propose Tags ]

A playground of sparse linear algebra primitives using Morton ordering

The design of this library is described in the series "Revisiting Matrix Multiplication" on FP Complete's School of Haskell.

https://www.fpcomplete.com/user/edwardk/revisiting-matrix-multiplication/


[Skip to Readme]

Flags

Manual Flags

NameDescriptionDefault
test-propertiesEnabled
test-doctestsEnabled
test-hlintEnabled
optimizeEnabled
llvmDisabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.5, 0.6, 0.7, 0.7.0.1, 0.9, 0.9.1, 0.9.2
Change log CHANGELOG.markdown
Dependencies base (>=4 && <5), contravariant (>=0.4.2 && <1), deepseq (>=1.1 && <1.4), hybrid-vectors (>=0.1 && <1), lens (>=3.9 && <4), primitive (>=0.5 && <0.6), transformers (>=0.3 && <0.4), vector (>=0.10 && <0.11), vector-algorithms (>=0.5 && <0.6) [details]
License BSD-3-Clause
Copyright Copyright (C) 2013 Edward A. Kmett
Author Edward A. Kmett
Maintainer Edward A. Kmett <ekmett@gmail.com>
Category Data, Vector
Home page http://github.com/ekmett/sparse
Bug tracker http://github.com/ekmett/sparse/issues
Source repo head: git clone git://github.com/ekmett/sparse.git
Uploaded by EdwardKmett at 2013-08-25T18:13:07Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 5660 total (16 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for sparse-0.7.0.1

[back to package description]

sparse

Build Status

A sparse linear algebra playground based on Morton ordering.

Contact Information

Contributions and bug reports are welcome!

Please feel free to contact me through github or on the #haskell IRC channel on irc.freenode.net.

-Edward Kmett