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
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -154,6 +154,17 @@ for ( i = 0; i < dt.length; i++ ) {
154
154
155
155
<sectionclass="related">
156
156
157
+
* * *
158
+
159
+
## See Also
160
+
161
+
- <spanclass="package-name">[`@stdlib/array-empty`][@stdlib/array/empty]</span><spanclass="delimiter">: </span><spanclass="description">create an uninitialized array having a specified length.</span>
162
+
- <spanclass="package-name">[`@stdlib/array-full`][@stdlib/array/full]</span><spanclass="delimiter">: </span><spanclass="description">create a filled array having a specified length.</span>
163
+
- <spanclass="package-name">[`@stdlib/array-nans`][@stdlib/array/nans]</span><spanclass="delimiter">: </span><spanclass="description">create an array filled with NaNs and having a specified length.</span>
164
+
- <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>
165
+
- <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>
166
+
- <spanclass="package-name">[`@stdlib/ndarray-zeros`][@stdlib/ndarray/zeros]</span><spanclass="delimiter">: </span><spanclass="description">create a zero-filled ndarray having a specified shape and data type.</span>
0 commit comments