8000 Auto-generated commit · stdlib-js/ndarray-shape@bea73af · GitHub
[go: up one dir, main page]

Skip to content

Commit bea73af

Browse files
committed
Auto-generated commit
1 parent a3178d7 commit bea73af

File tree

3 files changed

+22
-4
lines changed

3 files changed

+22
-4
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,15 @@ for ( i = 0; i < slices.length; i++ ) {
161161

162162
<section class="related">
163163

164+
* * *
165+
166+
## See Also
167+
168+
- <span class="package-name">[`@stdlib/ndarray-array`][@stdlib/ndarray/array]</span><span class="delimiter">: </span><span class="description">multidimensional arrays.</span>
169+
- <span class="package-name">[`@stdlib/ndarray-ctor`][@stdlib/ndarray/ctor]</span><span class="delimiter">: </span><span class="description">multidimensional array constructor.</span>
170+
- <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>
171+
- <span class="package-name">[`@stdlib/ndarray-strides`][@stdlib/ndarray/strides]</span><span class="delimiter">: </span><span class="description">return the strides of a provided ndarray.</span>
172+
164173
</section>
165174

166175
<!-- /.related -->
@@ -234,7 +243,17 @@ Copyright &copy; 2016-2023. The Stdlib [Authors][stdlib-authors].
234243

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

237-
[@stdlib/ndarray/ctor]: https://github.com/stdlib-js/stdlib
246+
[@stdlib/ndarray/ctor]: https://github.com/stdlib-js/ndarray-ctor
247+
248+
<!-- <related-links> -->
249+
250+
[@stdlib/ndarray/array]: https://github.com/stdlib-js/ndarray-array
251+
252+
[@stdlib/ndarray/offset]: https://github.com/stdlib-js/ndarray-offset
253 BE95 +
254+
[@stdlib/ndarray/strides]: https://github.com/stdlib-js/ndarray-strides
255+
256+
<!-- </related-links> -->
238257

239258
</section>
240259

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@
4040
"@stdlib/assert-is-collection": "^0.1.0",
4141
"@stdlib/assert-is-nonnegative-integer": "^0.1.0",
4242
"@stdlib/string-format": "^0.1.1",
43-
"@stdlib/types": "^0.1.0"
43+
"@stdlib/types": "^0.2.0"
4444
},
4545
"devDependencies": {
46-
"@stdlib/bench": "^0.1.0",
46+
"@stdlib/bench": "^0.2.0",
4747
"@stdlib/ndarray-slice": "^0.1.0",
4848
"@stdlib/ndarray-zeros": "^0.1.0",
4949
"@stdlib/slice-ctor": "^0.1.0",

0 commit comments

Comments
 (0)
0