diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-06-06 16:50:57 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-06 16:50:57 +0100 |
| commit | 00449cee456fd6702d3f7949192d0ce69679488b (patch) | |
| tree | 29d1e782615a6157c039ff27123d95cb061f56f9 | |
| parent | a0a5e9e2b0b5105df9d1c5146472198ca28e9075 (diff) | |
| parent | b8c03fd3c4f59d191ecac82359e500c48664fcd9 (diff) | |
| download | packages-00449cee456fd6702d3f7949192d0ce69679488b.tar.gz packages-00449cee456fd6702d3f7949192d0ce69679488b.zip | |
Merge pull request #517 from andreaferretti/master
Added Neo
| -rw-r--r-- | packages.json | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/packages.json b/packages.json index d0c911b..4dd3865 100644 --- a/packages.json +++ b/packages.json @@ -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/" } ] |
