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
- [`4a70790`](https://github.com/stdlib-js/stdlib/commit/4a707903dfef7c2b56216000165706497d19a251) - **style:** add missing spaces _(by Philipp Burckhardt)_
873
874
- [`ed5c4cc`](https://github.com/stdlib-js/stdlib/commit/ed5c4cccc06ad98f4de90310bf24a5a373761b43) - **chore:** minor clean-up _(by Philipp Burckhardt)_
Copy file name to clipboardExpand all lines: base/ones2d/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/zeros2d`][@stdlib/array/base/zeros2d]</span><spanclass="delimiter">: </span><spanclass="description">create a zero-filled two-dimensional nested array.</span>
111
+
- <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>
112
+
- <spanclass="package-name">[`@stdlib/array/base/ones3d`][@stdlib/array/base/ones3d]</span><spanclass="delimiter">: </span><spanclass="description">create a three-dimensional nested array filled with ones.</span>
113
+
- <spanclass="package-name">[`@stdlib/array/base/ones4d`][@stdlib/array/base/ones4d]</span><spanclass="delimiter">: </span><spanclass="description">create a four-dimensional nested array filled with ones.</span>
114
+
- <spanclass="package-name">[`@stdlib/array/base/ones5d`][@stdlib/array/base/ones5d]</span><spanclass="delimiter">: </span><spanclass="description">create a five-dimensional nested array filled with ones.</span>
115
+
- <spanclass="package-name">[`@stdlib/array/base/onesnd`][@stdlib/array/base/onesnd]</span><spanclass="delimiter">: </span><spanclass="description">create an n-dimensional nested array filled with ones.</span>
0 commit comments