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
Original file line number
Diff line number
Diff line change
@@ -128,6 +128,17 @@ out = ones3d( [ 1, 3, 1 ] );
128
128
129
129
<sectionclass="related">
130
130
131
+
* * *
132
+
133
+
## See Also
134
+
135
+
- <spanclass="package-name">[`@stdlib/array-base/zeros3d`][@stdlib/array/base/zeros3d]</span><spanclass="delimiter">: </span><spanclass="description">create a zero-filled three-dimensional nested array.</span>
136
+
- <spanclass="package-name">[`@stdlib/array-base/ones`][@stdlib/array/base/ones]</span><spanclass="delimiter">: </span><spanclass="description">create a generic array filled with ones.</span>
137
+
- <spanclass="package-name">[`@stdlib/array-base/ones2d`][@stdlib/array/base/ones2d]</span><spanclass="delimiter">: </span><spanclass="description">create a two-dimensional nested array filled with ones.</span>
138
+
- <spanclass="package-name">[`@stdlib/array-base/ones4d`][@stdlib/array/base/ones4d]</span><spanclass="delimiter">: </span><spanclass="description">create a four-dimensional nested array filled with ones.</span>
139
+
- <spanclass="package-name">[`@stdlib/array-base/ones5d`][@stdlib/array/base/ones5d]</span><spanclass="delimiter">: </span><spanclass="description">create a five-dimensional nested array filled with ones.</span>
140
+
- <spanclass="package-name">[`@stdlib/array-base/onesnd`][@stdlib/array/base/onesnd]</span><spanclass="delimiter">: </span><spanclass="description">create an n-dimensional nested array filled with ones.</span>
0 commit comments