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 (>=1 && <2), deepseq (>=1.1 && <1.5), hybrid-vectors (>=0.2 && <3), lens (>=4 && <5), primitive (>=0.5 && <0.7), transformers (>=0.3 && <0.5), vector (>=0.10 && <0.11), vector-algorithms (>=0.5 && <0.8) [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 2015-07-03T09:11:48Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 5652 total (13 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-07-03 [all 1 reports]

Readme for sparse-0.9.2

[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