aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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/"
+ },
]