Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Jan 27, 2024
1 parent 8a7d003 commit 31e2693
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -3725,6 +3725,7 @@ ndarraySameKindCasts,"\nndarraySameKindCasts( [dtype:any] )\n Returns a list
ndarrayShape,"\nndarrayShape( x:ndarray )\n Returns the shape of a provided ndarray.\n"
ndarrayStride,"\nndarrayStride( x:ndarray, dim:integer )\n Returns the stride along a specified dimension for a provided ndarray.\n"
ndarrayStrides,"\nndarrayStrides( x:ndarray )\n Returns the strides of a provided ndarray.\n"
ndat,"\nndat( x:ndarray[, ...indices:integer] )\n Returns an ndarray element.\n"
ndempty,"\nndempty( shape:ArrayLikeObject<integer>|integer[, options:Object] )\n Returns an uninitialized ndarray having a specified shape and data type.\n"
ndemptyLike,"\nndemptyLike( x:ndarray[, options:Object] )\n Returns an uninitialized ndarray having the same shape and data type as a\n provided input ndarray.\n"
ndims,"\nndims( x:ndarray )\n Returns the number of ndarray dimensions.\n"
Expand Down
2 changes: 1 addition & 1 deletion data/data.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/index.js.map

Large diffs are not rendered by default.

0 comments on commit 31e2693

Please sign in to comment.