aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamy Ratsimbazafy <mratsim@users.noreply.github.com>2017-07-13 18:42:15 +0200
committerGitHub <noreply@github.com>2017-07-13 18:42:15 +0200
commit76186d867d901e93728084604b78486d793668f9 (patch)
tree51cc94505d4e4caf150dcb39e66db1d709dbeb14
parent2e00205b7eddb68e84ac7a15dda16fed132ebade (diff)
downloadpackages-76186d867d901e93728084604b78486d793668f9.tar.gz
packages-76186d867d901e93728084604b78486d793668f9.zip
Add arraymancer
Arraymancer is a tensor / multidimensional array
-rw-r--r--packages.json19
1 files changed, 18 insertions, 1 deletions
diff --git a/packages.json b/packages.json
index fef7fce..82ecaf6 100644
--- a/packages.json
+++ b/packages.json
@@ -6723,5 +6723,22 @@
"description": "Pack rects into bigger rect",
"license": "MIT",
"web": "https://github.com/yglukhov/rect_packer"
- }
+ },
+ {
+ "name": "arraymancer",
+ "url": "https://github.com/mratsim/Arraymancer",
+ "method": "git",
+ "tags": [
+ "vector",
+ "matrix",
+ "array",
+ "ndarray",
+ "multidimensional-array"
+ "linear-algebra",
+ "tensor"
+ ],
+ "description": "A tensor (multidimensional array) library for Nim",
+ "license": "Apache License 2.0",
+ "web": "https://mratsim.github.io/Arraymancer/"
+ },
]