Add arraymancer

Arraymancer is a tensor / multidimensional array
This commit is contained in:
Mamy Ratsimbazafy 2017-07-13 18:42:15 +02:00 committed by GitHub
parent 2e00205b7e
commit 76186d867d

View File

@ -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/"
},
]