Skip to content

Commit d983816

Browse files
committed
link to docs and short description in readme.md
1 parent 5afc860 commit d983816

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

readme.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,9 @@ libraries
2121

2222
[vector](http://www.datahaskell.org/docs/library/vector.html) is an efficient implementation of Int-indexed arrays (both mutable and immutable), with a powerful loop optimisation framework.
2323

24+
[hmatrix](http://www.datahaskell.org/docs/library/hmatrix.html) is a linear algebra and matrix library, using the Data.Vector.Storable instance in the vector package under the hood.
2425

2526
examples
2627
---
2728

2829
See [examples.hs](examples/examples.hs)
29-
30-
31-
todo
32-
---
33-
34-
- mwc-random
35-
- mwc-probability

0 commit comments

Comments
 (0)