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
Copy file name to clipboardExpand all lines: README.md
+27
Original file line number
Diff line number
Diff line change
@@ -136,6 +136,17 @@ console.log( arr );
136
136
137
137
<sectionclass="related">
138
138
139
+
* * *
140
+
141
+
## See Also
142
+
143
+
- <spanclass="package-name">[`@stdlib/array-base/zeros`][@stdlib/array/base/zeros]</span><spanclass="delimiter">: </span><spanclass="description">create a zero-filled generic array.</span>
144
+
- <spanclass="package-name">[`@stdlib/array-base/ones2d`][@stdlib/array/base/ones2d]</span><spanclass="delimiter">: </span><spanclass="description">create a two-dimensional nested array filled with ones.</span>
145
+
- <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>
146
+
- <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>
147
+
- <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>
148
+
- <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