Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb007bb + 932fbb0 commit f6e9a1fCopy full SHA for f6e9a1f
README.md
@@ -17,7 +17,7 @@ var y = require("ndarray-pack")(x)
17
Install
18
=======
19
20
- npm install pack
+ npm install ndarray-pack
21
22
### `require("ndarray-pack")(nested_array[,out])`
23
Converts the nested array into a packed ndarray.
@@ -28,4 +28,4 @@ Converts the nested array into a packed ndarray.
28
**Returns** A packed ndarray representation of the nested arrays.
29
30
# Credits
31
-(c) 2013 Mikola Lysenko. MIT License
+(c) 2013 Mikola Lysenko. MIT License
0 commit comments