aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2017-07-15 13:40:33 +0100
committerGitHub <noreply@github.com>2017-07-15 13:40:33 +0100
commit82843d2a65b6fc8ed7275403a5a2c7a31232c8b9 (patch)
tree822cd7d728f401ecbd9a608c87368d4bb6ec75a4
parent2e00205b7eddb68e84ac7a15dda16fed132ebade (diff)
parenta7438c7d2e4d4068e699e52d64ce798a10e199e9 (diff)
downloadpackages-82843d2a65b6fc8ed7275403a5a2c7a31232c8b9.tar.gz
packages-82843d2a65b6fc8ed7275403a5a2c7a31232c8b9.zip
Merge pull request #539 from mratsim/patch-1
Add arraymancer
-rw-r--r--packages.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index fef7fce..3a50ebb 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/"
}
]