File tree Expand file tree Collapse file tree 26 files changed +423
-42
lines changed
lib/node_modules/@stdlib/ndarray Expand file tree Collapse file tree 26 files changed +423
-42
lines changed Original file line number Diff line number Diff line change @@ -126,6 +126,14 @@ for ( i = 0; i < N; i++ ) {
126
126
127
127
<section class =" related " >
128
128
129
+ * * *
130
+
131
+ ## See Also
132
+
133
+ - <span class =" package-name " >[ ` @stdlib/ndarray/array ` ] [ @stdlib/ndarray/array ] </span ><span class =" delimiter " >: </span ><span class =" description " >multidimensional arrays.</span >
134
+ - <span class =" package-name " >[ ` @stdlib/ndarray/ctor ` ] [ @stdlib/ndarray/ctor ] </span ><span class =" delimiter " >: </span ><span class =" description " >multidimensional array constructor.</span >
135
+ - <span class =" package-name " >[ ` @stdlib/ndarray/maybe-broadcast-array ` ] [ @stdlib/ndarray/maybe-broadcast-array ] </span ><span class =" delimiter " >: </span ><span class =" description " >broadcast an ndarray to a specified shape if and only if the specified shape differs from the provided ndarray's shape.</span >
136
+
129
137
</section >
130
138
131
139
<!-- /.related -->
@@ -138,6 +146,14 @@ for ( i = 0; i < N; i++ ) {
138
146
139
147
[ @stdlib/ndarray/base/broadcast-shapes ] : https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/base/broadcast-shapes
140
148
149
+ <!-- <related-links> -->
150
+
151
+ [ @stdlib/ndarray/array ] : https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/array
152
+
153
+ [ @stdlib/ndarray/maybe-broadcast-array ] : https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/maybe-broadcast-array
154
+
155
+ <!-- </related-links> -->
156
+
141
157
</section >
142
158
143
159
<!-- /.links -->
Original file line number Diff line number Diff line change @@ -3540,6 +3540,7 @@ int main( void ) {
3540
3540
## See Also
3541
3541
3542
3542
- <span class =" package-name " >[ ` @stdlib/ndarray/array ` ] [ @stdlib/ndarray/array ] </span ><span class =" delimiter " >: </span ><span class =" description " >multidimensional arrays.</span >
3543
+ - <span class =" package-name " >[ ` @stdlib/ndarray/fancy ` ] [ @stdlib/ndarray/fancy ] </span ><span class =" delimiter " >: </span ><span class =" description " >fancy multidimensional array constructor.</span >
3543
3544
3544
3545
</section >
3545
3546
@@ -3561,6 +3562,8 @@ int main( void ) {
3561
3562
3562
3563
[ @stdlib/ndarray/array ] : https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/array
3563
3564
3565
+ [ @stdlib/ndarray/fancy ] : https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/fancy
3566
+
3564
3567
<!-- </related-links> -->
3565
3568
3566
3569
</section >
Original file line number Diff line number Diff line change @@ -137,6 +137,14 @@ buf = data( x );
137
137
138
138
<section class =" related " >
139
139
140
+ * * *
141
+
142
+ ## See Also
143
+
144
+ - <span class =" package-name " >[ ` @stdlib/ndarray/array ` ] [ @stdlib/ndarray/array ] </span ><span class =" delimiter " >: </span ><span class =" description " >multidimensional arrays.</span >
145
+ - <span class =" package-name " >[ ` @stdlib/ndarray/ctor ` ] [ @stdlib/ndarray/ctor ] </span ><span class =" delimiter " >: </span ><span class =" description " >multidimensional array constructor.</span >
146
+ - <span class =" package-name " >[ ` @stdlib/ndarray/dtype ` ] [ @stdlib/ndarray/dtype ] </span ><span class =" delimiter " >: </span ><span class =" description " >return the data type of a provided ndarray.</span >
147
+
140
148
</section >
141
149
142
150
<!-- /.related -->
@@ -145,7 +153,15 @@ buf = data( x );
145
153
146
154
<section class =" links " >
147
155
148
- [ @stdlib/ndarray/ctor ] : https://github.com/stdlib-js/stdlib
156
+ [ @stdlib/ndarray/ctor ] : https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/ctor
157
+
158
+ <!-- <related-links> -->
159
+
160
+ [ @stdlib/ndarray/array ] : https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/array
161
+
162
+ [ @stdlib/ndarray/dtype ] : https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/dtype
163
+
164
+ <!-- </related-links> -->
149
165
150
166
</section >
151
167
Original file line number Diff line number Diff line change @@ -183,11 +183,11 @@ console.log( 'TODO' );
183
183
184
184
<section class =" links " >
185
185
186
- [ @stdlib/ndarray/array ] : https://github.com/stdlib-js/stdlib
186
+ [ @stdlib/ndarray/array ] : https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/array
187
187
188
- [ @stdlib/ndarray/ctor ] : https://github.com/stdlib-js/stdlib
188
+ [ @stdlib/ndarray/ctor ] : https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/ctor
189
189
190
- [ @stdlib/ndarray/dtypes ] : https://github.com/stdlib-js/stdlib
190
+ [ @stdlib/ndarray/dtypes ] : https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/dtypes
191
191
192
192
<!-- <related-links> -->
193
193
Original file line number Diff line number Diff line change @@ -266,11 +266,11 @@ console.log( ybuf );
266
266
267
267
<section class =" links " >
268
268
269
- [ @stdlib/ndarray/array ] : https://github.com/stdlib-js/stdlib
269
+ [ @stdlib/ndarray/array ] : https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/array
270
270
271
- [ @stdlib/ndarray/ctor ] : https://github.com/stdlib-js/stdlib
271
+ [ @stdlib/ndarray/ctor ] : https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/ctor
272
272
273
- [ @stdlib/ndarray/dtypes ] : https://github.com/stdlib-js/stdlib
273
+ [ @stdlib/ndarray/dtypes ] : https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/dtypes
274
274
275
275
<!-- <related-links> -->
276
276
Original file line number Diff line number Diff line change @@ -132,6 +132,14 @@ for ( i = 0; i < slices.length; i++ ) {
132
132
133
133
<section class =" related " >
134
134
135
+ * * *
136
+
137
+ ## See Also
138
+
139
+ - <span class =" package-name " >[ ` @stdlib/ndarray/array ` ] [ @stdlib/ndarray/array ] </span ><span class =" delimiter " >: </span ><span class =" description " >multidimensional arrays.</span >
140
+ - <span class =" package-name " >[ ` @stdlib/ndarray/ctor ` ] [ @stdlib/ndarray/ctor ] </span ><span class =" delimiter " >: </span ><span class =" description " >multidimensional array constructor.</span >
141
+ - <span class =" package-name " >[ ` @stdlib/ndarray/dtypes ` ] [ @stdlib/ndarray/dtypes ] </span ><span class =" delimiter " >: </span ><span class =" 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++ ) {
140
148
141
149
<section class =" links " >
142
150
143
- [ @stdlib/ndarray/ctor ] : https://github.com/stdlib-js/stdlib
151
+ [ @stdlib/ndarray/ctor ] : https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/ctor
152
+
153
+ [ @stdlib/ndarray/dtypes ] : https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/dtypes
154
+
155
+ <!-- <related-links> -->
156
+
157
+ [ @stdlib/ndarray/array ] : https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/array
144
158
145
- [ @stdlib/ndarray/dtypes ] : https://github.com/stdlib-js/stdlib
159
+ <!-- </related-links> -->
146
160
147
161
</section >
148
162
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
<section class =" related " >
155
155
156
+ * * *
157
+
158
+ ## See Also
159
+
160
+ - <span class =" package-name " >[ ` @stdlib/ndarray/empty ` ] [ @stdlib/ndarray/empty ] </span ><span class =" delimiter " >: </span ><span class =" description " >create an uninitialized ndarray having a specified shape and data type.</span >
161
+ - <span class =" package-name " >[ ` @stdlib/ndarray/zeros-like ` ] [ @stdlib/ndarray/zeros-like ] </span ><span class =" delimiter " >: </span ><span class =" 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++ ) {
161
168
162
169
<section class =" links " >
163
170
164
- [ @stdlib/ndarray/ctor ] : https://github.com/stdlib-js/stdlib
171
+ [ @stdlib/ndarray/ctor ] : https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/ctor
172
+
173
+ [ @stdlib/ndarray/dtypes ] : https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/dtypes
174
+
175
+ <!-- <related-links> -->
176
+
177
+ [ @stdlib/ndarray/empty ] : https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/empty
178
+
179
+ [ @stdlib/ndarray/zeros-like ] : https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/zeros-like
165
180
166
- [ @stdlib/ndarray/dtypes ] : https://github.com/stdlib-js/stdlib
181
+ <!-- </related-links> -->
167
182
168
183
</section >
169
184
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
<section class =" related " >
151
151
152
+ * * *
153
+
154
+ ## See Also
155
+
156
+ - <span class =" package-name " >[ ` @stdlib/ndarray/empty-like ` ] [ @stdlib/ndarray/empty-like ] </span ><span class =" delimiter " >: </span ><span class =" description " >create an uninitialized ndarray having the same shape and data type as a provided ndarray.</span >
157
+ - <span class =" package-name " >[ ` @stdlib/ndarray/zeros ` ] [ @stdlib/ndarray/zeros ] </span ><span class =" delimiter " >: </span ><span class =" 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++ ) {
157
164
158
165
<section class =" links " >
159
166
160
- [ @stdlib/ndarray/ctor ] : https://github.com/stdlib-js/stdlib
167
+ [ @stdlib/ndarray/ctor ] : https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/ctor
168
+
169
+ [ @stdlib/ndarray/dtypes ] : https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/dtypes
170
+
171
+ <!-- <related-links> -->
172
+
173
+ [ @stdlib/ndarray/empty-like ] : https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/empty-like
174
+
175
+ [ @stdlib/ndarray/zeros ] : https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/zeros
161
176
162
- [ @stdlib/ndarray/dtypes ] : https://github.com/stdlib-js/stdlib
177
+ <!-- </related-links> -->
163
178
164
179
</section >
165
180
Original file line number Diff line number Diff line change @@ -763,6 +763,13 @@ console.log( toArray( y4 ) );
763
763
764
764
< section class = " related" >
765
765
766
+ * * *
767
+
768
+ ## See Also
769
+
770
+ - < span class = " package-name" > [` @stdlib/ndarray/array` ][@stdlib/ ndarray/ array]< / span>< span class = " delimiter" > : < / span>< span class = " description" > multidimensional arrays.< / span>
771
+ - < span class = " package-name" > [` @stdlib/ndarray/ctor` ][@stdlib/ ndarray/ ctor]< / span>< span class = " delimiter" > : < / span>< span class = " description" > multidimensional array constructor .</span>
772
+
766
773
</section>
767
774
768
775
<!-- /.related -->
@@ -785,7 +792,14 @@ console.log( toArray( y4 ) );
785
792
786
793
[@stdlib/proxy/ctor]: https:// github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/proxy/ctor
787
794
795
+ <!-- <related-links> -->
796
+
797
+ [@stdlib/ndarray/array]: https:// github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/array
798
+
799
+ [@stdlib/ndarray/ctor]: https:// github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/ctor
800
+
801
+ <!-- </related-links> -->
802
+
788
803
</section>
789
804
790
805
<!-- /.links -->
791
-
Original file line number Diff line number Diff line change @@ -146,6 +146,13 @@ for ( i = 0; i < dt.length; i++ ) {
146
146
147
147
<section class =" related " >
148
148
149
+ * * *
150
+
151
+ ## See Also
152
+
153
+ - <span class =" package-name " >[ ` @stdlib/ndarray/array ` ] [ @stdlib/ndarray/array ] </span ><span class =" delimiter " >: </span ><span class =" description " >multidimensional arrays.</span >
154
+ - <span class =" package-name " >[ ` @stdlib/ndarray/ctor ` ] [ @stdlib/ndarray/ctor ] </span ><span class =" delimiter " >: </span ><span class =" description " >multidimensional array constructor.</span >
155
+
149
156
</section >
150
157
151
158
<!-- /.related -->
@@ -154,9 +161,15 @@ for ( i = 0; i < dt.length; i++ ) {
154
161
155
162
<section class =" links " >
156
163
157
- [ @stdlib/ndarray/ctor ] : https://github.com/stdlib-js/stdlib
164
+ [ @stdlib/ndarray/ctor ] : https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/ctor
165
+
166
+ [ @stdlib/ndarray/dtypes ] : https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/dtypes
167
+
168
+ <!-- <related-links> -->
169
+
170
+ [ @stdlib/ndarray/array ] : https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/array
158
171
159
- [ @stdlib/ndarray/dtypes ] : https://github.com/stdlib-js/stdlib
172
+ <!-- </related-links> -->
160
173
161
174
</section >
162
175
You can’t perform that action at this time.
0 commit comments