Merge pull request #191 from unicredit/master

Added linalg
This commit is contained in:
Dominik Picheta 2015-06-16 16:49:31 +01:00
commit 9326660ed7

View File

@ -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"
}
]