Merge pull request #517 from andreaferretti/master

Added Neo
This commit is contained in:
Dominik Picheta 2017-06-06 16:50:57 +01:00 committed by GitHub
commit 00449cee45

View File

@ -2747,7 +2747,7 @@
"tags": [
"vector",
"matrix",
"linear algebra",
"linear-algebra",
"BLAS",
"LAPACK"
],
@ -6465,5 +6465,21 @@
"description": "Support for serialization of objects",
"license": "MIT",
"web": "https://github.com/JeffersonLab/serializetools"
},
{
"name": "neo",
"url": "https://github.com/unicredit/neo",
"method": "git",
"tags": [
"vector",
"matrix",
"linear-algebra",
"BLAS",
"LAPACK",
"CUDA"
],
"description": "Linear algebra for Nim",
"license": "Apache License 2.0",
"web": "https://unicredit.github.io/neo/"
}
]