Skip to content

Commit 1a16c66

Browse files
committed
Update artifacts
1 parent e7edfe8 commit 1a16c66

37 files changed

+898
-90
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
472472
<div class='footer quiet pad2 space-top1 center small'>
473473
Code coverage generated by
474474
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
475-
at 2025-04-22T09:49:54.940Z
475+
at 2025-04-23T09:29:28.775Z
476476
</div>
477477
<script src="../../../../prettify.js"></script>
478478
<script>

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1038,17 +1038,17 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
10381038
<span class="cstat-no" title="statement not covered" > var i7;</span>
10391039
<span class="cstat-no" title="statement not covered" > var i8;</span>
10401040
<span class="cstat-no" title="statement not covered" > var i9;</span>
1041-
<span class="cstat-no" title="statement not covered" > var y;</span>
1041+
<span class="cstat-no" title="statement not covered" > var x;</span>
10421042
<span class="cstat-no" title="statement not covered" > var v;</span>
10431043
<span class="cstat-no" title="statement not covered" > var i;</span>
10441044
<span class="cstat-no" title="statement not covered" ></span>
10451045
<span class="cstat-no" title="statement not covered" > // Note on variable naming convention: S#, dv#, i# where # corresponds to the loop number, with `0` being the innermost loop...</span>
10461046
<span class="cstat-no" title="statement not covered" ></span>
1047-
<span class="cstat-no" title="statement not covered" > // Resolve the output ndarray:</span>
1048-
<span class="cstat-no" title="statement not covered" > y = arrays[ 1 ];</span>
1047+
<span class="cstat-no" title="statement not covered" > // Resolve the input ndarray:</span>
1048+
<span class="cstat-no" title="statement not covered" > x = arrays[ 0 ];</span>
10491049
<span class="cstat-no" title="statement not covered" ></span>
10501050
<span class="cstat-no" title="statement not covered" > // Extract loop variables for purposes of loop interchange: dimensions and loop offset (pointer) increments...</span>
1051-
<span class="cstat-no" title="statement not covered" > if ( isRowMajor( y.order ) ) {</span>
1051+
<span class="cstat-no" title="statement not covered" > if ( isRowMajor( x.order ) ) {</span>
10521052
<span class="cstat-no" title="statement not covered" > // For row-major ndarrays, the last dimensions have the fastest changing indices...</span>
10531053
<span class="cstat-no" title="statement not covered" > S0 = shape[ 9 ];</span>
10541054
<span class="cstat-no" title="statement not covered" > S1 = shape[ 8 ];</span>
@@ -1234,7 +1234,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
12341234
<div class='footer quiet pad2 space-top1 center small'>
12351235
Code coverage generated by
12361236
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
1237-
at 2025-04-22T09:49:54.940Z
1237+
at 2025-04-23T09:29:28.775Z
12381238
</div>
12391239
<script src="../../../../prettify.js"></script>
12401240
<script>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1426,7 +1426,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
14261426
<div class='footer quiet pad2 space-top1 center small'>
14271427
Code coverage generated by
14281428
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
1429-
at 2025-04-22T09:49:54.940Z
1429+
at 2025-04-23T09:29:28.775Z
14301430
</div>
14311431
<script src="../../../../prettify.js"></script>
14321432
<script>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
679679
<div class='footer quiet pad2 space-top1 center small'>
680680
Code coverage generated by
681681
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
682-
at 2025-04-22T09:49:54.940Z
682+
at 2025-04-23T09:29:28.775Z
683683
</div>
684684
<script src="../../../../prettify.js"></script>
685685
<script>

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -720,17 +720,17 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
720720
<span class="cstat-no" title="statement not covered" > var iv;</span>
721721
<span class="cstat-no" title="statement not covered" > var i0;</span>
722722
<span class="cstat-no" title="statement not covered" > var i1;</span>
723-
<span class="cstat-no" title="statement not covered" > var y;</span>
723+
<span class="cstat-no" title="statement not covered" > var x;</span>
724724
<span class="cstat-no" title="statement not covered" > var v;</span>
725725
<span class="cstat-no" title="statement not covered" > var i;</span>
726726
<span class="cstat-no" title="statement not covered" ></span>
727727
<span class="cstat-no" title="statement not covered" > // Note on variable naming convention: S#, dv#, i# where # corresponds to the loop number, with `0` being the innermost loop...</span>
728728
<span class="cstat-no" title="statement not covered" ></span>
729-
<span class="cstat-no" title="statement not covered" > // Resolve the output ndarray:</span>
730-
<span class="cstat-no" title="statement not covered" > y = arrays[ 1 ];</span>
729+
<span class="cstat-no" title="statement not covered" > // Resolve the input ndarray:</span>
730+
<span class="cstat-no" title="statement not covered" > x = arrays[ 0 ];</span>
731731
<span class="cstat-no" title="statement not covered" ></span>
732732
<span class="cstat-no" title="statement not covered" > // Extract loop variables for purposes of loop interchange: dimensions and loop offset (pointer) increments...</span>
733-
<span class="cstat-no" title="statement not covered" > if ( isRowMajor( y.order ) ) {</span>
733+
<span class="cstat-no" title="statement not covered" > if ( isRowMajor( x.order ) ) {</span>
734734
<span class="cstat-no" title="statement not covered" > // For row-major ndarrays, the last dimensions have the fastest changing indices...</span>
735735
<span class="cstat-no" title="statement not covered" > S0 = shape[ 1 ];</span>
736736
<span class="cstat-no" title="statement not covered" > S1 = shape[ 0 ];</span>
@@ -796,7 +796,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
796796
<div class='footer quiet pad2 space-top1 center small'>
797797
Code coverage generated by
798798
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
799-
at 2025-04-22T09:49:54.940Z
799+
at 2025-04-23T09:29:28.775Z
800800
</div>
801801
<script src="../../../../prettify.js"></script>
802802
<script>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
868868
<div class='footer quiet pad2 space-top1 center small'>
869869
Code coverage generated by
870870
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
871-
at 2025-04-22T09:49:54.940Z
871+
at 2025-04-23T09:29:28.775Z
872872
</div>
873873
<script src="../../../../prettify.js"></script>
874874
<script>

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -759,17 +759,17 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
759759
<span class="cstat-no" title="statement not covered" > var i0;</span>
760760
<span class="cstat-no" title="statement not covered" > var i1;</span>
761761
<span class="cstat-no" title="statement not covered" > var i2;</span>
762-
<span class="cstat-no" title="statement not covered" > var y;</span>
762+
<span class="cstat-no" title="statement not covered" > var x;</span>
763763
<span class="cstat-no" title="statement not covered" > var v;</span>
764764
<span class="cstat-no" title="statement not covered" > var i;</span>
765765
<span class="cstat-no" title="statement not covered" ></span>
766766
<span class="cstat-no" title="statement not covered" > // Note on variable naming convention: S#, dv#, i# where # corresponds to the loop number, with `0` being the innermost loop...</span>
767767
<span class="cstat-no" title="statement not covered" ></span>
768-
<span class="cstat-no" title="statement not covered" > // Resolve the output ndarray:</span>
769-
<span class="cstat-no" title="statement not covered" > y = arrays[ 1 ];</span>
768+
<span class="cstat-no" title="statement not covered" > // Resolve the input ndarray:</span>
769+
<span class="cstat-no" title="statement not covered" > x = arrays[ 0 ];</span>
770770
<span class="cstat-no" title="statement not covered" ></span>
771771
<span class="cstat-no" title="statement not covered" > // Extract loop variables for purposes of loop interchange: dimensions and loop offset (pointer) increments...</span>
772-
<span class="cstat-no" title="statement not covered" > if ( isRowMajor( y.order ) ) {</span>
772+
<span class="cstat-no" title="statement not covered" > if ( isRowMajor( x.order ) ) {</span>
773773
<span class="cstat-no" title="statement not covered" > // For row-major ndarrays, the last dimensions have the fastest changing indices...</span>
774774
<span class="cstat-no" title="statement not covered" > S0 = shape[ 2 ];</span>
775775
<span class="cstat-no" title="statement not covered" > S1 = shape[ 1 ];</span>
@@ -850,7 +850,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
850850
<div class='footer quiet pad2 space-top1 center small'>
851851
Code coverage generated by
852852
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
853-
at 2025-04-22T09:49:54.940Z
853+
at 2025-04-23T09:29:28.775Z
854854
</div>
855855
<script src="../../../../prettify.js"></script>
856856
<script>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -943,7 +943,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
943943
<div class='footer quiet pad2 space-top1 center small'>
944944
Code coverage generated by
945945
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
946-
at 2025-04-22T09:49:54.940Z
946+
at 2025-04-23T09:29:28.775Z
947947
</div>
948948
<script src="../../../../prettify.js"></script>
949949
<script>

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -798,17 +798,17 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
798798
<span class="cstat-no" title="statement not covered" > var i1;</span>
799799
<span class="cstat-no" title="statement not covered" > var i2;</span>
800800
<span class="cstat-no" title="statement not covered" > var i3;</span>
801-
<span class="cstat-no" title="statement not covered" > var y;</span>
801+
<span class="cstat-no" title="statement not covered" > var x;</span>
802802
<span class="cstat-no" title="statement not covered" > var v;</span>
803803
<span class="cstat-no" title="statement not covered" > var i;</span>
804804
<span class="cstat-no" title="statement not covered" ></span>
805805
<span class="cstat-no" title="statement not covered" > // Note on variable naming convention: S#, dv#, i# where # corresponds to the loop number, with `0` being the innermost loop...</span>
806806
<span class="cstat-no" title="statement not covered" ></span>
807-
<span class="cstat-no" title="statement not covered" > // Resolve the output ndarray:</span>
808-
<span class="cstat-no" title="statement not covered" > y = arrays[ 1 ];</span>
807+
<span class="cstat-no" title="statement not covered" > // Resolve the input ndarray:</span>
808+
<span class="cstat-no" title="statement not covered" > x = arrays[ 0 ];</span>
809809
<span class="cstat-no" title="statement not covered" ></span>
810810
<span class="cstat-no" title="statement not covered" > // Extract loop variables for purposes of loop interchange: dimensions and loop offset (pointer) increments...</span>
811-
<span class="cstat-no" title="statement not covered" > if ( isRowMajor( y.order ) ) {</span>
811+
<span class="cstat-no" title="statement not covered" > if ( isRowMajor( x.order ) ) {</span>
812812
<span class="cstat-no" title="statement not covered" > // For row-major ndarrays, the last dimensions have the fastest changing indices...</span>
813813
<span class="cstat-no" title="statement not covered" > S0 = shape[ 3 ];</span>
814814
<span class="cstat-no" title="statement not covered" > S1 = shape[ 2 ];</span>
@@ -904,7 +904,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
904904
<div class='footer quiet pad2 space-top1 center small'>
905905
Code coverage generated by
906906
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
907-
at 2025-04-22T09:49:54.940Z
907+
at 2025-04-23T09:29:28.775Z
908908
</div>
909909
<script src="../../../../prettify.js"></script>
910910
<script>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
10121012
<div class='footer quiet pad2 space-top1 center small'>
10131013
Code coverage generated by
10141014
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
1015-
at 2025-04-22T09:49:54.940Z
1015+
at 2025-04-23T09:29:28.775Z
10161016
</div>
10171017
<script src="../../../../prettify.js"></script>
10181018
<script>

0 commit comments

Comments
 (0)