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 Nov 9, 2023
1 parent b391d0d commit 8044ae2
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/.keepalive

This file was deleted.

24 changes: 23 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,16 @@ for ( i = 0; i < slices.length; i++ ) {

<section class="related">

* * *

## See Also

- <span class="package-name">[`@stdlib/ndarray-array`][@stdlib/ndarray/array]</span><span class="delimiter">: </span><span class="description">multidimensional arrays.</span>
- <span class="package-name">[`@stdlib/ndarray-ctor`][@stdlib/ndarray/ctor]</span><span class="delimiter">: </span><span class="description">multidimensional array constructor.</span>
- <span class="package-name">[`@stdlib/ndarray-offset`][@stdlib/ndarray/offset]</span><span class="delimiter">: </span><span class="description">return the index offset specifying the underlying buffer index of the first iterated ndarray element.</span>
- <span class="package-name">[`@stdlib/ndarray-order`][@stdlib/ndarray/order]</span><span class="delimiter">: </span><span class="description">return the layout order of a provided ndarray.</span>
- <span class="package-name">[`@stdlib/ndarray-shape`][@stdlib/ndarray/shape]</span><span class="delimiter">: </span><span class="description">return the shape of a provided ndarray.</span>

</section>

<!-- /.related -->
Expand Down Expand Up @@ -234,7 +244,19 @@ Copyright &copy; 2016-2023. The Stdlib [Authors][stdlib-authors].

[stdlib-license]: https://raw.githubusercontent.com/stdlib-js/ndarray-strides/main/LICENSE

[@stdlib/ndarray/ctor]: https://github.com/stdlib-js/stdlib
[@stdlib/ndarray/ctor]: https://github.com/stdlib-js/ndarray-ctor

<!-- <related-links> -->

[@stdlib/ndarray/array]: https://github.com/stdlib-js/ndarray-array

[@stdlib/ndarray/offset]: https://github.com/stdlib-js/ndarray-offset

[@stdlib/ndarray/order]: https://github.com/stdlib-js/ndarray-order

[@stdlib/ndarray/shape]: https://github.com/stdlib-js/ndarray-shape

<!-- </related-links> -->

</section>

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
"@stdlib/ndarray-base-assert-is-order": "^0.1.1",
"@stdlib/ndarray-base-shape2strides": "^0.1.1",
"@stdlib/string-format": "^0.1.1",
"@stdlib/types": "^0.1.0"
"@stdlib/types": "^0.2.0"
},
"devDependencies": {
"@stdlib/bench": "^0.1.0",
"@stdlib/bench": "^0.2.0",
"@stdlib/ndarray-slice": "^0.1.0",
"@stdlib/ndarray-zeros": "^0.1.0",
"@stdlib/slice-ctor": "^0.1.0",
Expand Down

0 comments on commit 8044ae2

Please sign in to comment.