aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Ferretti <ferrettiandrea@gmail.com>2015-06-15 17:00:40 +0200
committerAndrea Ferretti <ferrettiandrea@gmail.com>2015-06-15 17:00:40 +0200
commit7a0dcfbbf63f4a15c0506c0f668d863c62b60065 (patch)
tree2c4212012431d529eeb260a13885418ebaa24b1d
parentfcc2e40ba0773f7105ab9757d622effcd190a674 (diff)
downloadpackages-7a0dcfbbf63f4a15c0506c0f668d863c62b60065.tar.gz
packages-7a0dcfbbf63f4a15c0506c0f668d863c62b60065.zip
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"
}
]