Skip to content

Commit eefd33c

Browse files
committed
Update artifacts
1 parent 25e09d7 commit eefd33c

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

+92
-91
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
349349
* 'order': 'row-major'
350350
* }
351351
*
352-
* // Apply the map function:
352+
* // Apply function:
353353
* map0d( x, y, scale, {} );
354354
*
355355
* console.log( y.data );
@@ -370,7 +370,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
370370
<div class='footer quiet pad2 space-top1 center small'>
371371
Code coverage generated by
372372
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
373-
at 2025-06-01T10:33:45.202Z
373+
at 2025-06-01T10:44:58.564Z
374374
</div>
375375
<script src="../../../../prettify.js"></script>
376376
<script>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
407407
* 'accessors': [ getter, setter ]
408408
* };
409409
*
410-
* // Apply the map function:
410+
* // Apply function:
411411
* map0d( x, y, scale, {} );
412412
*
413413
* var v = y.data.get( 0 );
@@ -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-06-01T10:33:45.202Z
436+
at 2025-06-01T10:44:58.564Z
437437
</div>
438438
<script src="../../../../prettify.js"></script>
439439
<script>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
721721
* 'order': 'row-major'
722722
* };
723723
*
724-
* // Apply the map function:
724+
* // Apply function:
725725
* map10d( x, y, true, scale, {} );
726726
*
727727
* console.log( y.data );
@@ -913,7 +913,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
913913
<div class='footer quiet pad2 space-top1 center small'>
914914
Code coverage generated by
915915
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
916-
at 2025-06-01T10:33:45.202Z
916+
at 2025-06-01T10:44:58.564Z
917917
</div>
918918
<script src="../../../../prettify.js"></script>
919919
<script>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
791791
* 'accessors': [ getter, setter ]
792792
* };
793793
*
794-
* // Apply the map function:
794+
* // Apply function:
795795
* map10d( x, y, true, scale, {} );
796796
*
797797
* var v = y.data.get( 0 );
@@ -994,7 +994,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
994994
<div class='footer quiet pad2 space-top1 center small'>
995995
Code coverage generated by
996996
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
997-
at 2025-06-01T10:33:45.202Z
997+
at 2025-06-01T10:44:58.564Z
998998
</div>
999999
<script src="../../../../prettify.js"></script>
10001000
<script>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -937,7 +937,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
937937
* 'order': 'row-major'
938938
* };
939939
*
940-
* // Apply the map function:
940+
* // Apply function:
941941
* blockedmap10d( x, y, scale, {} );
942942
*
943943
* console.log( y.data );
@@ -1237,7 +1237,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
12371237
<div class='footer quiet pad2 space-top1 center small'>
12381238
Code coverage generated by
12391239
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
1240-
at 2025-06-01T10:33:45.202Z
1240+
at 2025-06-01T10:44:58.564Z
12411241
</div>
12421242
<script src="../../../../prettify.js"></script>
12431243
<script>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1007,7 +1007,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
10071007
* 'accessors': [ getter, setter ]
10081008
* };
10091009
*
1010-
* // Apply the map function:
1010+
* // Apply function:
10111011
* blockedmap10d( x, y, scale, {} );
10121012
*
10131013
* var v = y.data.get( 0 );
@@ -1318,7 +1318,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
13181318
<div class='footer quiet pad2 space-top1 center small'>
13191319
Code coverage generated by
13201320
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
1321-
at 2025-06-01T10:33:45.202Z
1321+
at 2025-06-01T10:44:58.564Z
13221322
</div>
13231323
<script src="../../../../prettify.js"></script>
13241324
<script>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
407407
* 'order': 'row-major'
408408
* };
409409
*
410-
* // Apply the map function:
410+
* // Apply function:
411411
* map1d( x, y, scale, {} );
412412
*
413413
* console.log( y.data );
@@ -457,7 +457,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
457457
<div class='footer quiet pad2 space-top1 center small'>
458458
Code coverage generated by
459459
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
460-
at 2025-06-01T10:33:45.202Z
460+
at 2025-06-01T10:44:58.564Z
461461
</div>
462462
<script src="../../../../prettify.js"></script>
463463
<script>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
477477
* 'accessors': [ getter, setter ]
478478
* };
479479
*
480-
* // Apply the map function:
480+
* // Apply function:
481481
* map1d( x, y, scale, {} );
482482
*
483483
* var v = y.data.get( 0 );
@@ -538,7 +538,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
538538
<div class='footer quiet pad2 space-top1 center small'>
539539
Code coverage generated by
540540
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
541-
at 2025-06-01T10:33:45.202Z
541+
at 2025-06-01T10:44:58.564Z
542542
</div>
543543
<script src="../../../../prettify.js"></script>
544544
<script>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
491491
* 'order': 'row-major'
492492
* };
493493
*
494-
* // Apply the map function:
494+
* // Apply function:
495495
* map2d( x, y, true, scale, {} );
496496
*
497497
* console.log( y.data );
@@ -571,7 +571,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
571571
<div class='footer quiet pad2 space-top1 center small'>
572572
Code coverage generated by
573573
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
574-
at 2025-06-01T10:33:45.202Z
574+
at 2025-06-01T10:44:58.564Z
575575
</div>
576576
<script src="../../../../prettify.js"></script>
577577
<script>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
561561
* 'accessors': [ getter, setter ]
562562
* };
563563
*
564-
* // Apply the map function:
564+
* // Apply function:
565565
* map2d( x, y, true, scale, {} );
566566
*
567567
* var v = y.data.get( 0 );
@@ -652,7 +652,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
652652
<div class='footer quiet pad2 space-top1 center small'>
653653
Code coverage generated by
654654
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
655-
at 2025-06-01T10:33:45.202Z
655+
at 2025-06-01T10:44:58.564Z
656656
</div>
657657
<script src="../../../../prettify.js"></script>
658658
<script>

ndarray/base/map/2d_blocked.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
547547
* 'order': 'row-major'
548548
* };
549549
*
550-
* // Apply the map function:
550+
* // Apply function:
551551
* blockedmap2d( x, y, scale, {} );
552552
*
553553
* console.log( y.data );
@@ -655,7 +655,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
655655
<div class='footer quiet pad2 space-top1 center small'>
656656
Code coverage generated by
657657
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
658-
at 2025-06-01T10:33:45.202Z
658+
at 2025-06-01T10:44:58.564Z
659659
</div>
660660
<script src="../../../../prettify.js"></script>
661661
<script>

ndarray/base/map/2d_blocked_accessors.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
617617
* 'accessors': [ getter, setter ]
618618
* };
619619
*
620-
* // Apply the map function:
620+
* // Apply function:
621621
* blockedmap2d( x, y, scale, {} );
622622
*
623623
* var v = y.data.get( 0 );
@@ -736,7 +736,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
736736
<div class='footer quiet pad2 space-top1 center small'>
737737
Code coverage generated by
738738
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
739-
at 2025-06-01T10:33:45.202Z
739+
at 2025-06-01T10:44:58.564Z
740740
</div>
741741
<script src="../../../../prettify.js"></script>
742742
<script>

ndarray/base/map/3d.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
519519
* 'order': 'row-major'
520520
* };
521521
*
522-
* // Apply the map function:
522+
* // Apply function:
523523
* map3d( x, y, true, scale, {} );
524524
*
525525
* console.log( y.data );
@@ -613,7 +613,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
613613
<div class='footer quiet pad2 space-top1 center small'>
614614
Code coverage generated by
615615
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
616-
at 2025-06-01T10:33:45.202Z
616+
at 2025-06-01T10:44:58.564Z
617617
</div>
618618
<script src="../../../../prettify.js"></script>
619619
<script>

ndarray/base/map/3d_accessors.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
589589
* 'accessors': [ getter, setter ]
590590
* };
591591
*
592-
* // Apply the map function:
592+
* // Apply function:
593593
* map3d( x, y, true, scale, {} );
594594
*
595595
* var v = y.data.get( 0 );
@@ -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-06-01T10:33:45.202Z
697+
at 2025-06-01T10:44:58.564Z
698698
</div>
699699
<script src="../../../../prettify.js"></script>
700700
<script>

ndarray/base/map/3d_blocked.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
601601
* 'order': 'row-major'
602602
* };
603603
*
604-
* // Apply the map function:
604+
* // Apply function:
605605
* blockedmap3d( x, y, scale, {} );
606606
*
607607
* console.log( y.data );
@@ -733,7 +733,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
733733
<div class='footer quiet pad2 space-top1 center small'>
734734
Code coverage generated by
735735
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
736-
at 2025-06-01T10:33:45.202Z
736+
at 2025-06-01T10:44:58.564Z
737737
</div>
738738
<script src="../../../../prettify.js"></script>
739739
<script>

ndarray/base/map/3d_blocked_accessors.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
671671
* 'accessors': [ getter, setter ]
672672
* };
673673
*
674-
* // Apply the map function:
674+
* // Apply function:
675675
* blockedmap3d( x, y, scale, {} );
676676
*
677677
* var v = y.data.get( 0 );
@@ -814,7 +814,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
814814
<div class='footer quiet pad2 space-top1 center small'>
815815
Code coverage generated by
816816
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
817-
at 2025-06-01T10:33:45.202Z
817+
at 2025-06-01T10:44:58.564Z
818818
</div>
819819
<script src="../../../../prettify.js"></script>
820820
<script>

ndarray/base/map/4d.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
547547
* 'order': 'row-major'
548548
* };
549549
*
550-
* // Apply the map function:
550+
* // Apply function:
551551
* map4d( x, y, true, scale, {} );
552552
*
553553
* console.log( y.data );
@@ -655,7 +655,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
655655
<div class='footer quiet pad2 space-top1 center small'>
656656
Code coverage generated by
657657
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
658-
at 2025-06-01T10:33:45.202Z
658+
at 2025-06-01T10:44:58.564Z
659659
</div>
660660
<script src="../../../../prettify.js"></script>
661661
<script>

ndarray/base/map/4d_accessors.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
617617
* 'accessors': [ getter, setter ]
618618
* };
619619
*
620-
* // Apply the map function:
620+
* // Apply function:
621621
* map4d( x, y, true, scale, {} );
622622
*
623623
* var v = y.data.get( 0 );
@@ -736,7 +736,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
736736
<div class='footer quiet pad2 space-top1 center small'>
737737
Code coverage generated by
738738
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
739-
at 2025-06-01T10:33:45.202Z
739+
at 2025-06-01T10:44:58.564Z
740740
</div>
741741
<script src="../../../../prettify.js"></script>
742742
<script>

ndarray/base/map/4d_blocked.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
649649
* 'order': 'row-major'
650650
* };
651651
*
652-
* // Apply the map function:
652+
* // Apply function:
653653
* blockedmap4d( x, y, scale, {} );
654654
*
655655
* console.log( y.data );
@@ -805,7 +805,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
805805
<div class='footer quiet pad2 space-top1 center small'>
806806
Code coverage generated by
807807
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
808-
at 2025-06-01T10:33:45.202Z
808+
at 2025-06-01T10:44:58.564Z
809809
</div>
810810
<script src="../../../../prettify.js"></script>
811811
<script>

ndarray/base/map/4d_blocked_accessors.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
719719
* 'accessors': [ getter, setter ]
720720
* };
721721
*
722-
* // Apply the map function:
722+
* // Apply function:
723723
* blockedmap4d( x, y, scale, {} );
724724
*
725725
* var v = y.data.get( 0 );
@@ -886,7 +886,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
886886
<div class='footer quiet pad2 space-top1 center small'>
887887
Code coverage generated by
888888
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
889-
at 2025-06-01T10:33:45.202Z
889+
at 2025-06-01T10:44:58.564Z
890890
</div>
891891
<script src="../../../../prettify.js"></script>
892892
<script>

ndarray/base/map/5d.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
575575
* 'order': 'row-major'
576576
* };
577577
*
578-
* // Apply the map function:
578+
* // Apply function:
579579
* map5d( x, y, true, scale, {} );
580580
*
581581
* console.log( y.data );
@@ -697,7 +697,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
697697
<div class='footer quiet pad2 space-top1 center small'>
698698
Code coverage generated by
699699
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
700-
at 2025-06-01T10:33:45.202Z
700+
at 2025-06-01T10:44:58.564Z
701701
</div>
702702
<script src="../../../../prettify.js"></script>
703703
<script>

ndarray/base/map/5d_accessors.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
645645
* 'accessors': [ getter, setter ]
646646
* };
647647
*
648-
* // Apply the map function:
648+
* // Apply function:
649649
* map5d( x, y, true, scale, {} );
650650
*
651651
* var v = y.data.get( 0 );
@@ -778,7 +778,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
778778
<div class='footer quiet pad2 space-top1 center small'>
779779
Code coverage generated by
780780
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
781-
at 2025-06-01T10:33:45.202Z
781+
at 2025-06-01T10:44:58.564Z
782782
</div>
783783
<script src="../../../../prettify.js"></script>
784784
<script>

0 commit comments

Comments
 (0)