diff options
| author | Andrea Ferretti <ferrettiandrea@gmail.com> | 2017-06-06 16:25:30 +0200 |
|---|---|---|
| committer | Andrea Ferretti <ferrettiandrea@gmail.com> | 2017-06-06 16:25:30 +0200 |
| commit | 3e1dd0bdac1274f034ab4dd2c279ac44cfc28c9a (patch) | |
| tree | a57100bf790abb07fc27b86d40ee136234327c34 | |
| parent | a0a5e9e2b0b5105df9d1c5146472198ca28e9075 (diff) | |
| download | packages-3e1dd0bdac1274f034ab4dd2c279ac44cfc28c9a.tar.gz packages-3e1dd0bdac1274f034ab4dd2c279ac44cfc28c9a.zip | |
Added Neo
| -rw-r--r-- | packages.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages.json b/packages.json index d0c911b..303b82c 100644 --- a/packages.json +++ b/packages.json @@ -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://github.com/unicredit/neo" } ] |
