Skip to content

Commit e964823

Browse files
committed
Update artifacts
1 parent cc20888 commit e964823

34 files changed

+119
-119
lines changed

ndarray/base/nullary-strided1d/0d.js.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -344,16 +344,16 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
344344
* return gsorthp( numelDimension( x, 0 ), ndarraylike2scalar( o ), getData( x ), getStride( x, 0 ), getOffset( x ) );
345345
* }
346346
*
347-
* // Create data buffers:
347+
* // Create a data buffer:
348348
* var xbuf = [ 4.0, 3.0, 2.0, 1.0 ];
349349
*
350-
* // Define the array shapes:
350+
* // Define an array shape:
351351
* var xsh = [ 2, 2 ];
352352
*
353353
* // Define the array strides:
354354
* var sx = [ 2, 1 ];
355355
*
356-
* // Define the index offsets:
356+
* // Define the index offset:
357357
* var ox = 0;
358358
*
359359
* // Create an ndarray-like object:
@@ -421,7 +421,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
421421
<div class='footer quiet pad2 space-top1 center small'>
422422
Code coverage generated by
423423
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
424-
at 2025-08-29T10:44:56.927Z
424+
at 2025-08-29T10:58:05.214Z
425425
</div>
426426
<script src="../../../../prettify.js"></script>
427427
<script>

ndarray/base/nullary-strided1d/10d.js.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -800,16 +800,16 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
800800
* return gsorthp( numelDimension( x, 0 ), ndarraylike2scalar( o ), getData( x ), getStride( x, 0 ), getOffset( x ) );
801801
* }
802802
*
803-
* // Create data buffers:
803+
* // Create a data buffer:
804804
* var xbuf = [ 12.0, 11.0, 10.0, 9.0, 8.0, 7.0, 6.0, 5.0, 4.0, 3.0, 2.0, 1.0 ];
805805
*
806-
* // Define the array shapes:
806+
* // Define an array shape:
807807
* var xsh = [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 2, 2 ];
808808
*
809809
* // Define the array strides:
810810
* var sx = [ 12, 12, 12, 12, 12, 12, 12, 12, 12, 4, 2, 1 ];
811811
*
812-
* // Define the index offsets:
812+
* // Define the index offset:
813813
* var ox = 0;
814814
*
815815
* // Create an ndarray-like object:
@@ -1084,7 +1084,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
10841084
<div class='footer quiet pad2 space-top1 center small'>
10851085
Code coverage generated by
10861086
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
1087-
at 2025-08-29T10:44:56.927Z
1087+
at 2025-08-29T10:58:05.214Z
10881088
</div>
10891089
<script src="../../../../prettify.js"></script>
10901090
<script>

ndarray/base/nullary-strided1d/10d_blocked.js.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -975,16 +975,16 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
975975
* return gsorthp( numelDimension( x, 0 ), ndarraylike2scalar( o ), getData( x ), getStride( x, 0 ), getOffset( x ) );
976976
* }
977977
*
978-
* // Create data buffers:
978+
* // Create a data buffer:
979979
* var xbuf = [ 12.0, 11.0, 10.0, 9.0, 8.0, 7.0, 6.0, 5.0, 4.0, 3.0, 2.0, 1.0 ];
980980
*
981-
* // Define the array shapes:
981+
* // Define an array shape:
982982
* var xsh = [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 2, 2 ];
983983
*
984984
* // Define the array strides:
985985
* var sx = [ 12, 12, 12, 12, 12, 12, 12, 12, 12, 4, 2, 1 ];
986986
*
987-
* // Define the index offsets:
987+
* // Define the index offset:
988988
* var ox = 0;
989989
*
990990
* // Create an ndarray-like object:
@@ -1342,7 +1342,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
13421342
<div class='footer quiet pad2 space-top1 center small'>
13431343
Code coverage generated by
13441344
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
1345-
at 2025-08-29T10:44:56.927Z
1345+
at 2025-08-29T10:58:05.214Z
13461346
</div>
13471347
<script src="../../../../prettify.js"></script>
13481348
<script>

ndarray/base/nullary-strided1d/1d.js.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -473,16 +473,16 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
473473
* return gsorthp( numelDimension( x, 0 ), ndarraylike2scalar( o ), getData( x ), getStride( x, 0 ), getOffset( x ) );
474474
* }
475475
*
476-
* // Create data buffers:
476+
* // Create a data buffer:
477477
* var xbuf = [ 12.0, 11.0, 10.0, 9.0, 8.0, 7.0, 6.0, 5.0, 4.0, 3.0, 2.0, 1.0 ];
478478
*
479-
* // Define the array shapes:
479+
* // Define an array shape:
480480
* var xsh = [ 3, 2, 2 ];
481481
*
482482
* // Define the array strides:
483483
* var sx = [ 4, 2, 1 ];
484484
*
485-
* // Define the index offsets:
485+
* // Define the index offset:
486486
* var ox = 0;
487487
*
488488
* // Create an ndarray-like object:
@@ -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-08-29T10:44:56.927Z
601+
at 2025-08-29T10:58:05.214Z
602602
</div>
603603
<script src="../../../../prettify.js"></script>
604604
<script>

ndarray/base/nullary-strided1d/2d.js.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -538,16 +538,16 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
538538
* return gsorthp( numelDimension( x, 0 ), ndarraylike2scalar( o ), getData( x ), getStride( x, 0 ), getOffset( x ) );
539539
* }
540540
*
541-
* // Create data buffers:
541+
* // Create a data buffer:
542542
* var xbuf = [ 12.0, 11.0, 10.0, 9.0, 8.0, 7.0, 6.0, 5.0, 4.0, 3.0, 2.0, 1.0 ];
543543
*
544-
* // Define the array shapes:
544+
* // Define an array shape:
545545
* var xsh = [ 1, 3, 2, 2 ];
546546
*
547547
* // Define the array strides:
548548
* var sx = [ 12, 4, 2, 1 ];
549549
*
550-
* // Define the index offsets:
550+
* // Define the index offset:
551551
* var ox = 0;
552552
*
553553
* // Create an ndarray-like object:
@@ -694,7 +694,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
694694
<div class='footer quiet pad2 space-top1 center small'>
695695
Code coverage generated by
696696
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
697-
at 2025-08-29T10:44:56.927Z
697+
at 2025-08-29T10:58:05.214Z
698698
</div>
699699
<script src="../../../../prettify.js"></script>
700700
<script>

ndarray/base/nullary-strided1d/2d_blocked.js.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -601,16 +601,16 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
601601
* return gsorthp( numelDimension( x, 0 ), ndarraylike2scalar( o ), getData( x ), getStride( x, 0 ), getOffset( x ) );
602602
* }
603603
*
604-
* // Create data buffers:
604+
* // Create a data buffer:
605605
* var xbuf = [ 12.0, 11.0, 10.0, 9.0, 8.0, 7.0, 6.0, 5.0, 4.0, 3.0, 2.0, 1.0 ];
606606
*
607-
* // Define the array shapes:
607+
* // Define an array shape:
608608
* var xsh = [ 1, 3, 2, 2 ];
609609
*
610610
* // Define the array strides:
611611
* var sx = [ 12, 4, 2, 1 ];
612612
*
613-
* // Define the index offsets:
613+
* // Define the index offset:
614614
* var ox = 0;
615615
*
616616
* // Create an ndarray-like object:
@@ -784,7 +784,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
784784
<div class='footer quiet pad2 space-top1 center small'>
785785
Code coverage generated by
786786
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
787-
at 2025-08-29T10:44:56.927Z
787+
at 2025-08-29T10:58:05.214Z
788788
</div>
789789
<script src="../../../../prettify.js"></script>
790790
<script>

ndarray/base/nullary-strided1d/3d.js.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -570,16 +570,16 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
570570
* return gsorthp( numelDimension( x, 0 ), ndarraylike2scalar( o ), getData( x ), getStride( x, 0 ), getOffset( x ) );
571571
* }
572572
*
573-
* // Create data buffers:
573+
* // Create a data buffer:
574574
* var xbuf = [ 12.0, 11.0, 10.0, 9.0, 8.0, 7.0, 6.0, 5.0, 4.0, 3.0, 2.0, 1.0 ];
575575
*
576-
* // Define the array shapes:
576+
* // Define an array shape:
577577
* var xsh = [ 1, 1, 3, 2, 2 ];
578578
*
579579
* // Define the array strides:
580580
* var sx = [ 12, 12, 4, 2, 1 ];
581581
*
582-
* // Define the index offsets:
582+
* // Define the index offset:
583583
* var ox = 0;
584584
*
585585
* // Create an ndarray-like object:
@@ -742,7 +742,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
742742
<div class='footer quiet pad2 space-top1 center small'>
743743
Code coverage generated by
744744
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
745-
at 2025-08-29T10:44:56.927Z
745+
at 2025-08-29T10:58:05.214Z
746746
</div>
747747
<script src="../../../../prettify.js"></script>
748748
<script>

ndarray/base/nullary-strided1d/3d_blocked.js.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -653,16 +653,16 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
653653
* return gsorthp( numelDimension( x, 0 ), ndarraylike2scalar( o ), getData( x ), getStride( x, 0 ), getOffset( x ) );
654654
* }
655655
*
656-
* // Create data buffers:
656+
* // Create a data buffer:
657657
* var xbuf = [ 12.0, 11.0, 10.0, 9.0, 8.0, 7.0, 6.0, 5.0, 4.0, 3.0, 2.0, 1.0 ];
658658
*
659-
* // Define the array shapes:
659+
* // Define an array shape:
660660
* var xsh = [ 1, 1, 3, 2, 2 ];
661661
*
662662
* // Define the array strides:
663663
* var sx = [ 12, 12, 4, 2, 1 ];
664664
*
665-
* // Define the index offsets:
665+
* // Define the index offset:
666666
* var ox = 0;
667667
*
668668
* // Create an ndarray-like object:
@@ -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-08-29T10:44:56.927Z
862+
at 2025-08-29T10:58:05.214Z
863863
</div>
864864
<script src="../../../../prettify.js"></script>
865865
<script>

ndarray/base/nullary-strided1d/4d.js.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -602,16 +602,16 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
602602
* return gsorthp( numelDimension( x, 0 ), ndarraylike2scalar( o ), getData( x ), getStride( x, 0 ), getOffset( x ) );
603603
* }
604604
*
605-
* // Create data buffers:
605+
* // Create a data buffer:
606606
* var xbuf = [ 12.0, 11.0, 10.0, 9.0, 8.0, 7.0, 6.0, 5.0, 4.0, 3.0, 2.0, 1.0 ];
607607
*
608-
* // Define the array shapes:
608+
* // Define an array shape:
609609
* var xsh = [ 1, 1, 1, 3, 2, 2 ];
610610
*
611611
* // Define the array strides:
612612
* var sx = [ 12, 12, 12, 4, 2, 1 ];
613613
*
614-
* // Define the index offsets:
614+
* // Define the index offset:
615615
* var ox = 0;
616616
*
617617
* // Create an ndarray-like object:
@@ -790,7 +790,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
790790
<div class='footer quiet pad2 space-top1 center small'>
791791
Code coverage generated by
792792
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
793-
at 2025-08-29T10:44:56.927Z
793+
at 2025-08-29T10:58:05.214Z
794794
</div>
795795
<script src="../../../../prettify.js"></script>
796796
<script>

ndarray/base/nullary-strided1d/4d_blocked.js.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -699,16 +699,16 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
699699
* return gsorthp( numelDimension( x, 0 ), ndarraylike2scalar( o ), getData( x ), getStride( x, 0 ), getOffset( x ) );
700700
* }
701701
*
702-
* // Create data buffers:
702+
* // Create a data buffer:
703703
* var xbuf = [ 12.0, 11.0, 10.0, 9.0, 8.0, 7.0, 6.0, 5.0, 4.0, 3.0, 2.0, 1.0 ];
704704
*
705-
* // Define the array shapes:
705+
* // Define an array shape:
706706
* var xsh = [ 1, 1, 1, 3, 2, 2 ];
707707
*
708708
* // Define the array strides:
709709
* var sx = [ 12, 12, 12, 4, 2, 1 ];
710710
*
711-
* // Define the index offsets:
711+
* // Define the index offset:
712712
* var ox = 0;
713713
*
714714
* // Create an ndarray-like object:
@@ -928,7 +928,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
928928
<div class='footer quiet pad2 space-top1 center small'>
929929
Code coverage generated by
930930
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
931-
at 2025-08-29T10:44:56.927Z
931+
at 2025-08-29T10:58:05.214Z
932932
</div>
933933
<script src="../../../../prettify.js"></script>
934934
<script>

0 commit comments

Comments
 (0)