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
- <spanclass="package-name">[`@stdlib/ndarray/maybe-broadcast-array`][@stdlib/ndarray/maybe-broadcast-array]</span><spanclass="delimiter">: </span><spanclass="description">broadcast an ndarray to a specified shape if and only if the specified shape differs from the provided ndarray's shape.</span>
- <spanclass="package-name">[`@stdlib/ndarray/dtype`][@stdlib/ndarray/dtype]</span><spanclass="delimiter">: </span><spanclass="description">return the data type of a provided ndarray.</span>
- <spanclass="package-name">[`@stdlib/ndarray/dtypes`][@stdlib/ndarray/dtypes]</span><spanclass="delimiter">: </span><spanclass="description">list of ndarray data types.</span>
142
+
135
143
</section>
136
144
137
145
<!-- /.related -->
@@ -140,9 +148,15 @@ for ( i = 0; i < slices.length; i++ ) {
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/ndarray/empty-like/README.md
+17-2
Original file line number
Diff line number
Diff line change
@@ -153,6 +153,13 @@ for ( i = 0; i < dt.length; i++ ) {
153
153
154
154
<sectionclass="related">
155
155
156
+
* * *
157
+
158
+
## See Also
159
+
160
+
- <spanclass="package-name">[`@stdlib/ndarray/empty`][@stdlib/ndarray/empty]</span><spanclass="delimiter">: </span><spanclass="description">create an uninitialized ndarray having a specified shape and data type.</span>
161
+
- <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>
162
+
156
163
</section>
157
164
158
165
<!-- /.related -->
@@ -161,9 +168,17 @@ for ( i = 0; i < dt.length; i++ ) {
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/ndarray/empty/README.md
+17-2
Original file line number
Diff line number
Diff line change
@@ -149,6 +149,13 @@ for ( i = 0; i < dt.length; i++ ) {
149
149
150
150
<sectionclass="related">
151
151
152
+
* * *
153
+
154
+
## See Also
155
+
156
+
- <spanclass="package-name">[`@stdlib/ndarray/empty-like`][@stdlib/ndarray/empty-like]</span><spanclass="delimiter">: </span><spanclass="description">create an uninitialized ndarray having the same shape and data type as a provided ndarray.</span>
157
+
- <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>
158
+
152
159
</section>
153
160
154
161
<!-- /.related -->
@@ -157,9 +164,17 @@ for ( i = 0; i < dt.length; i++ ) {
- <spanclass="package-name">[`@stdlib/ndarray/broadcast-array`][@stdlib/ndarray/broadcast-array]</span><spanclass="delimiter">: </span><spanclass="description">broadcast an ndarray to a specified shape.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/ndarray/mostly-safe-casts/README.md
+3
Original file line number
Diff line number
Diff line change
@@ -127,6 +127,7 @@ for ( i = 0; i < DTYPES.length; i++ ) {
127
127
128
128
- <spanclass="package-name">[`@stdlib/ndarray/casting-modes`][@stdlib/ndarray/casting-modes]</span><spanclass="delimiter">: </span><spanclass="description">list of ndarray casting modes.</span>
129
129
- <spanclass="package-name">[`@stdlib/ndarray/dtypes`][@stdlib/ndarray/dtypes]</span><spanclass="delimiter">: </span><spanclass="description">list of ndarray data types.</span>
130
+
- <spanclass="package-name">[`@stdlib/ndarray/safe-casts`][@stdlib/ndarray/safe-casts]</span><spanclass="delimiter">: </span><spanclass="description">return a list of ndarray data types to which a provided ndarray data type can be safely cast.</span>
130
131
- <spanclass="package-name">[`@stdlib/ndarray/same-kind-casts`][@stdlib/ndarray/same-kind-casts]</span><spanclass="delimiter">: </span><spanclass="description">return a list of ndarray data types to which a provided ndarray data type can be safely cast or cast within the same kind.</span>
131
132
132
133
</section>
@@ -143,6 +144,8 @@ for ( i = 0; i < DTYPES.length; i++ ) {
- <spanclass="package-name">[`@stdlib/ndarray/numel`][@stdlib/ndarray/numel]</span><spanclass="delimiter">: </span><spanclass="description">return the number of elements in an ndarray.</span>
140
+
- <spanclass="package-name">[`@stdlib/ndarray/shape`][@stdlib/ndarray/shape]</span><spanclass="delimiter">: </span><spanclass="description">return the shape of a provided ndarray.</span>
141
+
133
142
</section>
134
143
135
144
<!-- /.related -->
@@ -138,7 +147,17 @@ for ( i = 0; i < slices.length; i++ ) {
0 commit comments