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
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -151,6 +151,15 @@ for ( i = 0; i < dt.length; i++ ) {
151
151
152
152
<sectionclass="related">
153
153
154
+
* * *
155
+
156
+
## See Also
157
+
158
+
- <spanclass="package-name">[`@stdlib/array-full`][@stdlib/array/full]</span><spanclass="delimiter">: </span><spanclass="description">create a filled array having a specified length.</span>
159
+
- <spanclass="package-name">[`@stdlib/array-nans-like`][@stdlib/array/nans-like]</span><spanclass="delimiter">: </span><spanclass="description">create an array filled with NaNs and having the same length and data type as a provided array.</span>
160
+
- <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>
161
+
- <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>
0 commit comments