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
- [`d3d3d14`](https://github.com/stdlib-js/stdlib/commit/d3d3d14939ac77ab7d5a4476551108f8ff1c3f1f) - **docs:** update related packages sections [(#4149)](https://github.com/stdlib-js/stdlib/pull/4149) _(by stdlib-bot, Philipp Burckhardt)_
873
874
- [`0ba282b`](https://github.com/stdlib-js/stdlib/commit/0ba282b89c384f06bbe3ff8ecd71982f05209606) - **chore:** minor clean-up _(by Philipp Burckhardt)_
Copy file name to clipboardExpand all lines: base/zeros/README.md
+27
Original file line number
Diff line number
Diff line change
@@ -103,6 +103,17 @@ console.log( arr );
103
103
104
104
<sectionclass="related">
105
105
106
+
* * *
107
+
108
+
## See Also
109
+
110
+
- <spanclass="package-name">[`@stdlib/array/base/ones`][@stdlib/array/base/ones]</span><spanclass="delimiter">: </span><spanclass="description">create a generic array filled with ones.</span>
111
+
- <spanclass="package-name">[`@stdlib/array/base/zeros2d`][@stdlib/array/base/zeros2d]</span><spanclass="delimiter">: </span><spanclass="description">create a zero-filled two-dimensional nested array.</span>
112
+
- <spanclass="package-name">[`@stdlib/array/base/zeros3d`][@stdlib/array/base/zeros3d]</span><spanclass="delimiter">: </span><spanclass="description">create a zero-filled three-dimensional nested array.</span>
113
+
- <spanclass="package-name">[`@stdlib/array/base/zeros4d`][@stdlib/array/base/zeros4d]</span><spanclass="delimiter">: </span><spanclass="description">create a zero-filled four-dimensional nested array.</span>
114
+
- <spanclass="package-name">[`@stdlib/array/base/zeros5d`][@stdlib/array/base/zeros5d]</span><spanclass="delimiter">: </span><spanclass="description">create a zero-filled five-dimensional nested array.</span>
115
+
- <spanclass="package-name">[`@stdlib/array/base/zerosnd`][@stdlib/array/base/zerosnd]</span><spanclass="delimiter">: </span><spanclass="description">create a zero-filled n-dimensional nested array.</span>
0 commit comments