We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b206d0c commit 6b38b57Copy full SHA for 6b38b57
dense-linear-algebra/dense-linear-algebra.cabal
@@ -1,8 +1,11 @@
1
name: dense-linear-algebra
2
version: 0.1.0.0
3
--- synopsis:
4
--- description:
5
-homepage: https://github.com/githubuser/dense-linear-algebra
+synopsis: Simple and incomplete pure haskell implementation of linear algebra
+description:
+ This library is simply collection of linear-algebra related modules
6
+ split from statistics library.
7
+
8
+-- homepage: https://github.com/githubuser/dense-linear-algebra
9
license: BSD3
10
license-file: LICENSE
11
author: Author name here
0 commit comments