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
+27
Original file line number
Diff line number
Diff line change
@@ -162,6 +162,17 @@ for ( i = 0; i < dt.length; i++ ) {
162
162
163
163
<sectionclass="related">
164
164
165
+
* * *
166
+
167
+
## See Also
168
+
169
+
- <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>
170
+
- <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>
171
+
- <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>
172
+
- <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>
173
+
- <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>
174
+
- <spanclass="package-name">[`@stdlib/ndarray-zeros-like`][@stdlib/ndarray/zeros-like]</span><spanclass="delimiter">: </span><spanclass="description">create a zero-filled ndarray having the same shape and data type as a provided ndarray.</span>
0 commit comments