Skip to content

Commit 153e4d7

Browse files
authored
docs: update copy
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 44d0970 commit 153e4d7

File tree

1 file changed

+5
-0
lines changed
  • lib/node_modules/@stdlib/ndarray/base/tile

1 file changed

+5
-0
lines changed

lib/node_modules/@stdlib/ndarray/base/tile/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ var y = tile( x, [ 2, 2 ] );
5454
// returns <ndarray>[ [ 1, 2, 1, 2 ], [ 3, 4, 3, 4 ], [ 1, 2, 1, 2 ], [ 3, 4, 3, 4 ] ]
5555
```
5656

57+
The function accepts the following arguments:
58+
59+
- **x**: input [ndarray][@stdlib/ndarray/base/ctor].
60+
- **reps**: list specifying the number of times to repeat elements of an input [ndarray][@stdlib/ndarray/base/ctor] along each dimension.
61+
5762
</section>
5863

5964
<!-- /.usage -->

0 commit comments

Comments
 (0)