diff --git a/lib/node_modules/@stdlib/ndarray/base/README.md b/lib/node_modules/@stdlib/ndarray/base/README.md index e2e0bfb5c824..2c25ea1141f4 100644 --- a/lib/node_modules/@stdlib/ndarray/base/README.md +++ b/lib/node_modules/@stdlib/ndarray/base/README.md @@ -161,6 +161,7 @@ var o = ns; - [`numelDimension( x, dim )`][@stdlib/ndarray/base/numel-dimension]: return the size (i.e., number of elements) of a specified dimension for a provided ndarray. - [`numel( shape )`][@stdlib/ndarray/base/numel]: return the number of elements in an array. - [`offset( x )`][@stdlib/ndarray/base/offset]: return the index offset specifying the underlying buffer index of the first iterated ndarray element. +- [`offsets( arrays )`][@stdlib/ndarray/base/offsets]: return the index offset specifying the underlying buffer index of the first iterated element for each ndarray in a provided list of ndarrays. - [`onesLike( x )`][@stdlib/ndarray/base/ones-like]: create a ones-filled ndarray having the same shape and data type as a provided ndarray. - [`ones( dtype, shape, order )`][@stdlib/ndarray/base/ones]: create a ones-filled ndarray having a specified shape and data type. - [`order( x )`][@stdlib/ndarray/base/order]: return the layout order of a provided ndarray. @@ -190,6 +191,7 @@ var o = ns; - [`rotl90( x, k, writable )`][@stdlib/ndarray/base/rotl90]: rotate a matrix (or a stack of matrices) 90 degrees counterclockwise. - [`rotr90( x, k, writable )`][@stdlib/ndarray/base/rotr90]: rotate a matrix (or a stack of matrices) 90 degrees clockwise. - [`serializeMetaData( x )`][@stdlib/ndarray/base/serialize-meta-data]: serialize ndarray meta data. +- [`setDescriptorOffsets( descriptors, offsets )`][@stdlib/ndarray/base/set-descriptor-offsets]: set ndarray descriptor index offsets. - [`shape( x, copy )`][@stdlib/ndarray/base/shape]: return the shape of a provided ndarray. - [`shape2strides( shape, order )`][@stdlib/ndarray/base/shape2strides]: generate a stride array from an array shape. - [`shift( x, dim, writable )`][@stdlib/ndarray/base/shift]: return an array containing a truncated view of an input ndarray and a view of the first element(s) along a specified dimension. @@ -551,6 +553,8 @@ console.log( objectKeys( ns ) ); [@stdlib/ndarray/base/offset]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/base/offset +[@stdlib/ndarray/base/offsets]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/base/offsets + [@stdlib/ndarray/base/ones-like]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/base/ones-like [@stdlib/ndarray/base/ones]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/base/ones @@ -609,6 +613,8 @@ console.log( objectKeys( ns ) ); [@stdlib/ndarray/base/serialize-meta-data]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/base/serialize-meta-data +[@stdlib/ndarray/base/set-descriptor-offsets]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/base/set-descriptor-offsets + [@stdlib/ndarray/base/shape]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/base/shape [@stdlib/ndarray/base/shape2strides]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/base/shape2strides