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
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -168,6 +168,16 @@ for ( i = 0; i < dt.length; i++ ) {
168
168
169
169
<sectionclass="related">
170
170
171
+
* * *
172
+
173
+
## See Also
174
+
175
+
- <spanclass="package-name">[`@stdlib/array-empty`][@stdlib/array/empty]</span><spanclass="delimiter">: </span><spanclass="description">create an uninitialized array having a specified length.</span>
176
+
- <spanclass="package-name">[`@stdlib/array-full-like`][@stdlib/array/full-like]</span><spanclass="delimiter">: </span><spanclass="description">create a filled array having the same length and data type as a provided array.</span>
177
+
- <spanclass="package-name">[`@stdlib/array-ones-like`][@stdlib/array/ones-like]</span><spanclass="delimiter">: </span><spanclass="description">create an array filled with ones and having the same length and data type as a provided array.</span>
178
+
- <spanclass="package-name">[`@stdlib/array-zeros-like`][@stdlib/array/zeros-like]</span><spanclass="delimiter">: </span><spanclass="description">create a zero-filled array having the same length and data type as a provided array.</span>
179
+
- <spanclass="package-name">[`@stdlib/ndarray-empty-like`][@stdlib/ndarray/empty-like]</span><spanclass="delimiter">: </span><spanclass="description">create an uninitialized ndarray having the same shape and data type as a provided ndarray.</span>
0 commit comments