Skip to content

Commit dba12b7

Browse files
committed
Update artifacts
1 parent 03f55d7 commit dba12b7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+150
-146
lines changed

ndarray/base/assign/0d.js.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -274,14 +274,14 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
274274
*
275275
* @private
276276
* @param {Object} x - object containing input ndarray meta data
277-
* @param {string} x.dtype - data type
277+
* @param {*} x.dtype - data type
278278
* @param {Collection} x.data - data buffer
279279
* @param {NonNegativeIntegerArray} x.shape - dimensions
280280
* @param {IntegerArray} x.strides - stride lengths
281281
* @param {NonNegativeInteger} x.offset - index offset
282282
* @param {string} x.order - specifies whether `x` is row-major (C-style) or column-major (Fortran-style)
283283
* @param {Object} y - object containing output ndarray meta data
284-
* @param {string} y.dtype - data type
284+
* @param {*} y.dtype - data type
285285
* @param {Collection} y.data - data buffer
286286
* @param {NonNegativeIntegerArray} y.shape - dimensions
287287
* @param {IntegerArray} y.strides - stride lengths
@@ -346,7 +346,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
346346
<div class='footer quiet pad2 space-top1 center small'>
347347
Code coverage generated by
348348
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
349-
at 2025-09-18T00:05:23.436Z
349+
at 2025-09-18T22:44:22.268Z
350350
</div>
351351
<script src="../../../../prettify.js"></script>
352352
<script>

ndarray/base/assign/0d_accessors.js.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -316,15 +316,15 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
316316
*
317317
* @private
318318
* @param {Object} x - object containing input ndarray meta data
319-
* @param {string} x.dtype - data type
319+
* @param {*} x.dtype - data type
320320
* @param {Collection} x.data - data buffer
321321
* @param {NonNegativeIntegerArray} x.shape - dimensions
322322
* @param {IntegerArray} x.strides - stride lengths
323323
* @param {NonNegativeInteger} x.offset - index offset
324324
* @param {string} x.order - specifies whether `x` is row-major (C-style) or column-major (Fortran-style)
325325
* @param {Array&lt;Function&gt;} x.accessors - data buffer accessors
326326
* @param {Object} y - object containing output ndarray meta data
327-
* @param {string} y.dtype - data type
327+
* @param {*} y.dtype - data type
328328
* @param {Collection} y.data - data buffer
329329
* @param {NonNegativeIntegerArray} y.shape - dimensions
330330
* @param {IntegerArray} y.strides - stride lengths
@@ -409,7 +409,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
409409
<div class='footer quiet pad2 space-top1 center small'>
410410
Code coverage generated by
411411
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
412-
at 2025-09-18T00:05:23.436Z
412+
at 2025-09-18T22:44:22.268Z
413413
</div>
414414
<script src="../../../../prettify.js"></script>
415415
<script>

ndarray/base/assign/10d.js.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -618,14 +618,14 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
618618
*
619619
* @private
620620
* @param {Object} x - object containing input ndarray meta data
621-
* @param {string} x.dtype - data type
621+
* @param {*} x.dtype - data type
622622
* @param {Collection} x.data - data buffer
623623
* @param {NonNegativeIntegerArray} x.shape - dimensions
624624
* @param {IntegerArray} x.strides - stride lengths
625625
* @param {NonNegativeInteger} x.offset - index offset
626626
* @param {string} x.order - specifies whether `x` is row-major (C-style) or column-major (Fortran-style)
627627
* @param {Object} y - object containing output ndarray meta data
628-
* @param {string} y.dtype - data type
628+
* @param {*} y.dtype - data type
629629
* @param {Collection} y.data - data buffer
630630
* @param {NonNegativeIntegerArray} y.shape - dimensions
631631
* @param {IntegerArray} y.strides - stride lengths
@@ -859,7 +859,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
859859
<div class='footer quiet pad2 space-top1 center small'>
860860
Code coverage generated by
861861
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
862-
at 2025-09-18T00:05:23.436Z
862+
at 2025-09-18T22:44:22.268Z
863863
</div>
864864
<script src="../../../../prettify.js"></script>
865865
<script>

ndarray/base/assign/10d_accessors.js.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -672,15 +672,15 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
672672
*
673673
* @private
674674
* @param {Object} x - object containing input ndarray meta data
675-
* @param {string} x.dtype - data type
675+
* @param {*} x.dtype - data type
676676
* @param {Collection} x.data - data buffer
677677
* @param {NonNegativeIntegerArray} x.shape - dimensions
678678
* @param {IntegerArray} x.strides - stride lengths
679679
* @param {NonNegativeInteger} x.offset - index offset
680680
* @param {string} x.order - specifies whether `x` is row-major (C-style) or column-major (Fortran-style)
681681
* @param {Array&lt;Function&gt;} x.accessors - data buffer accessors
682682
* @param {Object} y - object containing output ndarray meta data
683-
* @param {string} y.dtype - data type
683+
* @param {*} y.dtype - data type
684684
* @param {Collection} y.data - data buffer
685685
* @param {NonNegativeIntegerArray} y.shape - dimensions
686686
* @param {IntegerArray} y.strides - stride lengths
@@ -940,7 +940,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
940940
<div class='footer quiet pad2 space-top1 center small'>
941941
Code coverage generated by
942942
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
943-
at 2025-09-18T00:05:23.436Z
943+
at 2025-09-18T22:44:22.268Z
944944
</div>
945945
<script src="../../../../prettify.js"></script>
946946
<script>

ndarray/base/assign/10d_blocked.js.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -852,14 +852,14 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
852852
*
853853
* @private
854854
* @param {Object} x - object containing input ndarray meta data
855-
* @param {string} x.dtype - data type
855+
* @param {*} x.dtype - data type
856856
* @param {Collection} x.data - data buffer
857857
* @param {NonNegativeIntegerArray} x.shape - dimensions
858858
* @param {IntegerArray} x.strides - stride lengths
859859
* @param {NonNegativeInteger} x.offset - index offset
860860
* @param {string} x.order - specifies whether `x` is row-major (C-style) or column-major (Fortran-style)
861861
* @param {Object} y - object containing output ndarray meta data
862-
* @param {string} y.dtype - data type
862+
* @param {*} y.dtype - data type
863863
* @param {Collection} y.data - data buffer
864864
* @param {NonNegativeIntegerArray} y.shape - dimensions
865865
* @param {IntegerArray} y.strides - stride lengths
@@ -1201,7 +1201,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
12011201
<div class='footer quiet pad2 space-top1 center small'>
12021202
Code coverage generated by
12031203
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
1204-
at 2025-09-18T00:05:23.436Z
1204+
at 2025-09-18T22:44:22.268Z
12051205
</div>
12061206
<script src="../../../../prettify.js"></script>
12071207
<script>

ndarray/base/assign/10d_blocked_accessors.js.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -906,15 +906,15 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
906906
*
907907
* @private
908908
* @param {Object} x - object containing input ndarray meta data
909-
* @param {string} x.dtype - data type
909+
* @param {*} x.dtype - data type
910910
* @param {Collection} x.data - data buffer
911911
* @param {NonNegativeIntegerArray} x.shape - dimensions
912912
* @param {IntegerArray} x.strides - stride lengths
913913
* @param {NonNegativeInteger} x.offset - index offset
914914
* @param {string} x.order - specifies whether `x` is row-major (C-style) or column-major (Fortran-style)
915915
* @param {Array&lt;Function&gt;} x.accessors - data buffer accessors
916916
* @param {Object} y - object containing output ndarray meta data
917-
* @param {string} y.dtype - data type
917+
* @param {*} y.dtype - data type
918918
* @param {Collection} y.data - data buffer
919919
* @param {NonNegativeIntegerArray} y.shape - dimensions
920920
* @param {IntegerArray} y.strides - stride lengths
@@ -1282,7 +1282,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
12821282
<div class='footer quiet pad2 space-top1 center small'>
12831283
Code coverage generated by
12841284
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
1285-
at 2025-09-18T00:05:23.436Z
1285+
at 2025-09-18T22:44:22.268Z
12861286
</div>
12871287
<script src="../../../../prettify.js"></script>
12881288
<script>

ndarray/base/assign/1d.js.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -332,14 +332,14 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
332332
*
333333
* @private
334334
* @param {Object} x - object containing input ndarray meta data
335-
* @param {string} x.dtype - data type
335+
* @param {*} x.dtype - data type
336336
* @param {Collection} x.data - data buffer
337337
* @param {NonNegativeIntegerArray} x.shape - dimensions
338338
* @param {IntegerArray} x.strides - stride lengths
339339
* @param {NonNegativeInteger} x.offset - index offset
340340
* @param {string} x.order - specifies whether `x` is row-major (C-style) or column-major (Fortran-style)
341341
* @param {Object} y - object containing output ndarray meta data
342-
* @param {string} y.dtype - data type
342+
* @param {*} y.dtype - data type
343343
* @param {Collection} y.data - data buffer
344344
* @param {NonNegativeIntegerArray} y.shape - dimensions
345345
* @param {IntegerArray} y.strides - stride lengths
@@ -433,7 +433,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
433433
<div class='footer quiet pad2 space-top1 center small'>
434434
Code coverage generated by
435435
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
436-
at 2025-09-18T00:05:23.436Z
436+
at 2025-09-18T22:44:22.268Z
437437
</div>
438438
<script src="../../../../prettify.js"></script>
439439
<script>

ndarray/base/assign/1d_accessors.js.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -386,15 +386,15 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
386386
*
387387
* @private
388388
* @param {Object} x - object containing input ndarray meta data
389-
* @param {string} x.dtype - data type
389+
* @param {*} x.dtype - data type
390390
* @param {Collection} x.data - data buffer
391391
* @param {NonNegativeIntegerArray} x.shape - dimensions
392392
* @param {IntegerArray} x.strides - stride lengths
393393
* @param {NonNegativeInteger} x.offset - index offset
394394
* @param {string} x.order - specifies whether `x` is row-major (C-style) or column-major (Fortran-style)
395395
* @param {Array&lt;Function&gt;} x.accessors - data buffer accessors
396396
* @param {Object} y - object containing output ndarray meta data
397-
* @param {string} y.dtype - data type
397+
* @param {*} y.dtype - data type
398398
* @param {Collection} y.data - data buffer
399399
* @param {NonNegativeIntegerArray} y.shape - dimensions
400400
* @param {IntegerArray} y.strides - stride lengths
@@ -514,7 +514,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
514514
<div class='footer quiet pad2 space-top1 center small'>
515515
Code coverage generated by
516516
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
517-
at 2025-09-18T00:05:23.436Z
517+
at 2025-09-18T22:44:22.268Z
518518
</div>
519519
<script src="../../../../prettify.js"></script>
520520
<script>

ndarray/base/assign/2d.js.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -388,14 +388,14 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
388388
*
389389
* @private
390390
* @param {Object} x - object containing input ndarray meta data
391-
* @param {string} x.dtype - data type
391+
* @param {*} x.dtype - data type
392392
* @param {Collection} x.data - data buffer
393393
* @param {NonNegativeIntegerArray} x.shape - dimensions
394394
* @param {IntegerArray} x.strides - stride lengths
395395
* @param {NonNegativeInteger} x.offset - index offset
396396
* @param {string} x.order - specifies whether `x` is row-major (C-style) or column-major (Fortran-style)
397397
* @param {Object} y - object containing output ndarray meta data
398-
* @param {string} y.dtype - data type
398+
* @param {*} y.dtype - data type
399399
* @param {Collection} y.data - data buffer
400400
* @param {NonNegativeIntegerArray} y.shape - dimensions
401401
* @param {IntegerArray} y.strides - stride lengths
@@ -517,7 +517,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
517517
<div class='footer quiet pad2 space-top1 center small'>
518518
Code coverage generated by
519519
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
520-
at 2025-09-18T00:05:23.436Z
520+
at 2025-09-18T22:44:22.268Z
521521
</div>
522522
<script src="../../../../prettify.js"></script>
523523
<script>

ndarray/base/assign/2d_accessors.js.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -442,15 +442,15 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
442442
*
443443
* @private
444444
* @param {Object} x - object containing input ndarray meta data
445-
* @param {string} x.dtype - data type
445+
* @param {*} x.dtype - data type
446446
* @param {Collection} x.data - data buffer
447447
* @param {NonNegativeIntegerArray} x.shape - dimensions
448448
* @param {IntegerArray} x.strides - stride lengths
449449
* @param {NonNegativeInteger} x.offset - index offset
450450
* @param {string} x.order - specifies whether `x` is row-major (C-style) or column-major (Fortran-style)
451451
* @param {Array&lt;Function&gt;} x.accessors - data buffer accessors
452452
* @param {Object} y - object containing output ndarray meta data
453-
* @param {string} y.dtype - data type
453+
* @param {*} y.dtype - data type
454454
* @param {Collection} y.data - data buffer
455455
* @param {NonNegativeIntegerArray} y.shape - dimensions
456456
* @param {IntegerArray} y.strides - stride lengths
@@ -598,7 +598,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
598598
<div class='footer quiet pad2 space-top1 center small'>
599599
Code coverage generated by
600600
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
601-
at 2025-09-18T00:05:23.436Z
601+
at 2025-09-18T22:44:22.268Z
602602
</div>
603603
<script src="../../../../prettify.js"></script>
604604
<script>

0 commit comments

Comments
 (0)