You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/ndarray/shift/docs/types/index.d.ts
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,11 @@ import { ndarray } from '@stdlib/types/ndarray';
27
27
*/
28
28
interfaceOptions{
29
29
/**
30
-
* Dimension along which to perform the operation (Default: 0).
30
+
* Dimension along which to perform the operation. Default: `-1`.
31
+
*
32
+
* ## Notes
33
+
*
34
+
* - If provided an integer less than zero, the dimension index is resolved relative to the last dimension, with the last dimension corresponding to the value `-1`.
0 commit comments