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.
1 parent 8501c7c commit f8ab79bCopy full SHA for f8ab79b
lib/node_modules/@stdlib/ndarray/base/pop/docs/repl.txt
@@ -29,7 +29,7 @@
29
> var x = {{alias:@stdlib/ndarray/array}}( [ [ 1, 2 ], [ 3, 4 ] ] )
30
<ndarray>
31
> var y = {{alias}}( x, 1, false, false )
32
- <ndarray>
+ [ <ndarray>, <ndarray> ]
33
> {{alias:@stdlib/ndarray/to-array}}( y[0] )
34
[ [ 1 ], [ 3 ] ]
35
> {{alias:@stdlib/ndarray/to-array}}( y[1] )
0 commit comments