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>

0 commit comments

Comments
 (0)