File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
lib/node_modules/@stdlib/ndarray/pop Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ arr = ndarray2array( y[ 1 ] );
68
68
69
69
The function accepts the following arguments:
70
70
71
- - ** x** : input ndarray.
71
+ - ** x** : input ndarray. Must have one or more dimensions.
72
72
- ** options** : function options. (_ optional_ )
73
73
74
74
The function supports the following ` options ` :
Original file line number Diff line number Diff line change 6
6
Parameters
7
7
----------
8
8
x: ndarray
9
- Input ndarray.
9
+ Input ndarray. Must have one or more dimensions.
10
10
11
11
options: Object (optional)
12
12
Options.
Original file line number Diff line number Diff line change @@ -39,6 +39,10 @@ interface Options {
39
39
/**
40
40
* Returns an array containing a read-only truncated view of an input ndarray and a read-only view of the last element(s) along a specified dimension.
41
41
*
42
+ * ## Notes
43
+ *
44
+ * - The input array must have one or more dimensions.
45
+ *
42
46
* @param x - input array
43
47
* @param options - function options
44
48
* @param options.dim - dimension along which to perform the operation
You can’t perform that action at this time.
0 commit comments