Merge pull request #512 from andreaferretti/master

Added NimLAPACK
This commit is contained in:
Dominik Picheta 2017-05-29 19:36:50 +01:00 committed by GitHub
commit 3b2237a11e

View File

@ -6427,5 +6427,17 @@
"description": "Gif Encoder",
"license": "Public Domain",
"web": "https://github.com/ftsf/gifenc"
},
{
"name": "nimlapack",
"url": "https://github.com/unicredit/nimlapack",
"method": "git",
"tags": [
"LAPACK",
"linear-algebra"
],
"description": "LAPACK bindings",
"license": "Apache2",
"web": "https://github.com/unicredit/nimlapack"
}
]