aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2015-06-16 16:49:31 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2015-06-16 16:49:31 +0100
commit9326660ed73fea14d811e1a01894a0fe1ec745e1 (patch)
tree2c4212012431d529eeb260a13885418ebaa24b1d
parentfcc2e40ba0773f7105ab9757d622effcd190a674 (diff)
parent7a0dcfbbf63f4a15c0506c0f668d863c62b60065 (diff)
downloadpackages-9326660ed73fea14d811e1a01894a0fe1ec745e1.tar.gz
packages-9326660ed73fea14d811e1a01894a0fe1ec745e1.zip
Merge pull request #191 from unicredit/master
Added linalg
-rw-r--r--packages.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index c956215..6bbcac1 100644
--- a/packages.json
+++ b/packages.json
@@ -1695,5 +1695,14 @@
"description": "Simple and compact fuzzing",
"license": "Apache License 2.0",
"web": "https://apense.github.io/nimfuzz"
+ },
+ {
+ "name": "linalg",
+ "url": "https://github.com/unicredit/linear-algebra",
+ "method": "git",
+ "tags": ["vector", "matrix", "linear algebra", "BLAS", "LAPACK"],
+ "description": "Linear algebra for Nim",
+ "license": "Apache License 2.0",
+ "web": "https://github.com/unicredit/linear-algebra"
}
]