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
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -160,6 +160,16 @@ for ( i = 0; i < dt.length; i++ ) {
160
160
161
161
<sectionclass="related">
162
162
163
+
* * *
164
+
165
+
## See Also
166
+
167
+
- <spanclass="package-name">[`@stdlib/array-empty-like`][@stdlib/array/empty-like]</span><spanclass="delimiter">: </span><spanclass="description">create an uninitialized array having the same length and data type as a provided array.</span>
168
+
- <spanclass="package-name">[`@stdlib/array-full`][@stdlib/array/full]</span><spanclass="delimiter">: </span><spanclass="description">create a filled array having a specified length.</span>
169
+
- <spanclass="package-name">[`@stdlib/array-ones`][@stdlib/array/ones]</span><spanclass="delimiter">: </span><spanclass="description">create an array filled with ones and having a specified length.</span>
170
+
- <spanclass="package-name">[`@stdlib/array-zeros`][@stdlib/array/zeros]</span><spanclass="delimiter">: </span><spanclass="description">create a zero-filled array having a specified length.</span>
171
+
- <spanclass="package-name">[`@stdlib/ndarray-empty`][@stdlib/ndarray/empty]</span><spanclass="delimiter">: </span><spanclass="description">create an uninitialized ndarray having a specified shape and data type.</span>
0 commit comments