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++ ) {
126126
127127<section class =" related " >
128128
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+
129137</section >
130138
131139<!-- /.related -->
@@ -138,6 +146,14 @@ for ( i = 0; i < N; i++ ) {
138146
139147[ @stdlib/ndarray/base/broadcast-shapes ] : https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/base/broadcast-shapes
140148
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+
141157</section >
142158
143159<!-- /.links -->
Original file line number Diff line number Diff line change @@ -3540,6 +3540,7 @@ int main( void ) {
35403540## See Also
35413541
35423542- <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 >
35433544
35443545</section >
35453546
@@ -3561,6 +3562,8 @@ int main( void ) {
35613562
35623563[ @stdlib/ndarray/array ] : https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/array
35633564
3565+ [ @stdlib/ndarray/fancy ] : https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/fancy
3566+
35643567<!-- </related-links> -->
35653568
35663569</section >
Original file line number Diff line number Diff line change @@ -137,6 +137,14 @@ buf = data( x );
137137
138138<section class =" related " >
139139
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+
140148</section >
141149
142150<!-- /.related -->
@@ -145,7 +153,15 @@ buf = data( x );
145153
146154<section class =" links " >
147155
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> -->
149165
150166</section >
151167
Original file line number Diff line number Diff line change @@ -183,11 +183,11 @@ console.log( 'TODO' );
183183
184184<section class =" links " >
185185
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
187187
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
189189
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
191191
192192<!-- <related-links> -->
193193
Original file line number Diff line number Diff line change @@ -266,11 +266,11 @@ console.log( ybuf );
266266
267267<section class =" links " >
268268
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
270270
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
272272
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
274274
275275<!-- <related-links> -->
276276
Original file line number Diff line number Diff line change @@ -132,6 +132,14 @@ for ( i = 0; i < slices.length; i++ ) {
132132
133133<section class =" related " >
134134
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+
135143</section >
136144
137145<!-- /.related -->
@@ -140,9 +148,15 @@ for ( i = 0; i < slices.length; i++ ) {
140148
141149<section class =" links " >
142150
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
144158
145- [ @stdlib/ndarray/dtypes ] : https://github.com/stdlib-js/stdlib
159+ <!-- </related-links> -->
146160
147161</section >
148162
Original file line number Diff line number Diff line change @@ -153,6 +153,13 @@ for ( i = 0; i < dt.length; i++ ) {
153153
154154<section class =" related " >
155155
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+
156163</section >
157164
158165<!-- /.related -->
@@ -161,9 +168,17 @@ for ( i = 0; i < dt.length; i++ ) {
161168
162169<section class =" links " >
163170
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
165180
166- [ @stdlib/ndarray/dtypes ] : https://github.com/stdlib-js/stdlib
181+ <!-- </related-links> -->
167182
168183</section >
169184
Original file line number Diff line number Diff line change @@ -149,6 +149,13 @@ for ( i = 0; i < dt.length; i++ ) {
149149
150150<section class =" related " >
151151
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+
152159</section >
153160
154161<!-- /.related -->
@@ -157,9 +164,17 @@ for ( i = 0; i < dt.length; i++ ) {
157164
158165<section class =" links " >
159166
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
161176
162- [ @stdlib/ndarray/dtypes ] : https://github.com/stdlib-js/stdlib
177+ <!-- </related-links> -->
163178
164179</section >
165180
Original file line number Diff line number Diff line change @@ -763,6 +763,13 @@ console.log( toArray( y4 ) );
763763
764764< section class = " related" >
765765
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+
766773</section>
767774
768775<!-- /.related -->
@@ -785,7 +792,14 @@ console.log( toArray( y4 ) );
785792
786793[@stdlib/proxy/ctor]: https:// github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/proxy/ctor
787794
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+
788803</section>
789804
790805<!-- /.links -->
791-
Original file line number Diff line number Diff line change @@ -146,6 +146,13 @@ for ( i = 0; i < dt.length; i++ ) {
146146
147147<section class =" related " >
148148
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+
149156</section >
150157
151158<!-- /.related -->
@@ -154,9 +161,15 @@ for ( i = 0; i < dt.length; i++ ) {
154161
155162<section class =" links " >
156163
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
158171
159- [ @stdlib/ndarray/dtypes ] : https://github.com/stdlib-js/stdlib
172+ <!-- </related-links> -->
160173
161174</section >
162175
You can’t perform that action at this time.
0 commit comments