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
@@ -158,6 +158,15 @@ for ( i = 0; i < dt.length; i++ ) {
158
158
159
159
<sectionclass="related">
160
160
161
+
* * *
162
+
163
+
## See Also
164
+
165
+
- <spanclass="package-name">[`@stdlib/array-full`][@stdlib/array/full]</span><spanclass="delimiter">: </span><spanclass="description">create a filled array having a specified length.</span>
166
+
- <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>
167
+
- <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>
168
+
- <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