From 7a0dcfbbf63f4a15c0506c0f668d863c62b60065 Mon Sep 17 00:00:00 2001 From: Andrea Ferretti Date: Mon, 15 Jun 2015 17:00:40 +0200 Subject: [PATCH] Added linalg --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) 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" } ]