Skip to content

Commit 1db0573

Browse files
committed
Update artifacts
1 parent 87de861 commit 1db0573

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

blas/base/dger/base.js.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -375,9 +375,9 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
375375
if ( y[ iy1 ] !== 0.0 ) {
376376
tmp = alpha * y[ iy1 ];
377377
ix1 = offsetX;
378-
oa = offsetA + (sa1*i1);
378+
oa = offsetA + ( sa1 * i1 );
379379
for ( i0 = 0; i0 &lt; M; i0++ ) {
380-
A[ oa+(sa0*i0) ] += x[ ix1 ] * tmp;
380+
A[ oa + ( sa0 * i0 ) ] += x[ ix1 ] * tmp;
381381
ix1 += strideX;
382382
}
383383
}
@@ -392,7 +392,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
392392
iy1 = offsetY;
393393
oa = offsetA + (sa1*i1);
394394
for ( i0 = 0; i0 &lt; N; i0++ ) {
395-
A[ oa+(sa0*i0) ] += y[ iy1 ] * tmp;
395+
A[ oa + ( sa0 * i0 ) ] += y[ iy1 ] * tmp;
396396
iy1 += strideY;
397397
}
398398
}
@@ -412,7 +412,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
412412
<div class='footer quiet pad2 space-top1 center small'>
413413
Code coverage generated by
414414
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
415-
at 2025-06-12T16:42:25.094Z
415+
at 2025-06-12T16:49:26.242Z
416416
</div>
417417
<script src="../../../../prettify.js"></script>
418418
<script>

blas/base/dger/coverage.ndjson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[406,406,100,48,48,100,3,3,100,406,406,100,"ff417f41ab2c62852649f7b722477b4c3e517a1d","2025-06-12 22:10:43 +0530"]
1+
[406,406,100,48,48,100,3,3,100,406,406,100,"1f03887ea0663a6c6e1bb3e9f2b8d1eeb0d2b1b3","2025-06-12 22:18:27 +0530"]

blas/base/dger/dger.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
373373
<div class='footer quiet pad2 space-top1 center small'>
374374
Code coverage generated by
375375
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
376-
at 2025-06-12T16:42:25.094Z
376+
at 2025-06-12T16:49:26.242Z
377377
</div>
378378
<script src="../../../../prettify.js"></script>
379379
<script>

blas/base/dger/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ <h1><a href="../../../../index.html">All files</a> blas/base/dger/lib</h1>
161161
<div class='footer quiet pad2 space-top1 center small'>
162162
Code coverage generated by
163163
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
164-
at 2025-06-12T16:42:25.094Z
164+
at 2025-06-12T16:49:26.242Z
165165
</div>
166166
<script src="../../../../prettify.js"></script>
167167
<script>

blas/base/dger/index.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
286286
<div class='footer quiet pad2 space-top1 center small'>
287287
Code coverage generated by
288288
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
289-
at 2025-06-12T16:42:25.094Z
289+
at 2025-06-12T16:49:26.242Z
290290
</div>
291291
<script src="../../../../prettify.js"></script>
292292
<script>

blas/base/dger/main.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
175175
<div class='footer quiet pad2 space-top1 center small'>
176176
Code coverage generated by
177177
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
178-
at 2025-06-12T16:42:25.094Z
178+
at 2025-06-12T16:49:26.242Z
179179
</div>
180180
<script src="../../../../prettify.js"></script>
181181
<script>

blas/base/dger/ndarray.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
322322
<div class='footer quiet pad2 space-top1 center small'>
323323
Code coverage generated by
324324
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
325-
at 2025-06-12T16:42:25.094Z
325+
at 2025-06-12T16:49:26.242Z
326326
</div>
327327
<script src="../../../../prettify.js"></script>
328328
<script>

0 commit comments

Comments
 (0)