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: lib/node_modules/@stdlib/ndarray/fill-by/README.md
+14
Original file line number
Diff line number
Diff line change
@@ -140,6 +140,14 @@ console.log( ndarray2array( x ) );
140
140
141
141
<sectionclass="related">
142
142
143
+
* * *
144
+
145
+
## See Also
146
+
147
+
- <spanclass="package-name">[`@stdlib/ndarray/fill`][@stdlib/ndarray/fill]</span><spanclass="delimiter">: </span><spanclass="description">fill an input ndarray with a specified value.</span>
148
+
- <spanclass="package-name">[`@stdlib/ndarray/map`][@stdlib/ndarray/map]</span><spanclass="delimiter">: </span><spanclass="description">apply a callback to elements in an input ndarray and assign results to elements in a new output ndarray.</span>
149
+
- <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>
150
+
143
151
</section>
144
152
145
153
<!-- /.related -->
@@ -150,6 +158,12 @@ console.log( ndarray2array( x ) );
0 commit comments