Skip to content

Commit 70a2389

Browse files
committed
Update artifacts
1 parent cfc153f commit 70a2389

File tree

7 files changed

+8
-7
lines changed

7 files changed

+8
-7
lines changed

lapack/base/dgttrf/base.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
546546
&nbsp;
547547
j = idu + strideDU;
548548
DU2[ idu2 ] = DU[ j ];
549-
DU[ j ] = -fact*DU[ j ];
549+
DU[ j ] *= -fact;
550550
&nbsp;
551551
IPIV[ ip ] = i + 1;
552552
}
@@ -601,7 +601,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
601601
<div class='footer quiet pad2 space-top1 center small'>
602602
Code coverage generated by
603603
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
604-
at 2025-06-01T00:58:12.533Z
604+
at 2025-06-18T17:34:38.998Z
605605
</div>
606606
<script src="../../../../prettify.js"></script>
607607
<script>

lapack/base/dgttrf/coverage.ndjson

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
[457,457,100,29,29,100,3,3,100,457,457,100,"54b810456e845ffc01712d66cc773a1613884767","2025-05-31 17:56:44 -0700"]
2+
[457,457,100,29,29,100,3,3,100,457,457,100,"e81850c22c77fcaf13fba4e78f93f14088232ae7","2025-06-18 10:33:34 -0700"]

lapack/base/dgttrf/dgttrf.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
298298
<div class='footer quiet pad2 space-top1 center small'>
299299
Code coverage generated by
300300
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
301-
at 2025-06-01T00:58:12.533Z
301+
at 2025-06-18T17:34:38.998Z
302302
</div>
303303
<script src="../../../../prettify.js"></script>
304304
<script>

lapack/base/dgttrf/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> lapack/base/dgttrf/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-01T00:58:12.533Z
164+
at 2025-06-18T17:34:38.998Z
165165
</div>
166166
<script src="../../../../prettify.js"></script>
167167
<script>

lapack/base/dgttrf/index.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">lapack
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-01T00:58:12.533Z
325+
at 2025-06-18T17:34:38.998Z
326326
</div>
327327
<script src="../../../../prettify.js"></script>
328328
<script>

lapack/base/dgttrf/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">lapack
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-01T00:58:12.533Z
178+
at 2025-06-18T17:34:38.998Z
179179
</div>
180180
<script src="../../../../prettify.js"></script>
181181
<script>

lapack/base/dgttrf/ndarray.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
325325
<div class='footer quiet pad2 space-top1 center small'>
326326
Code coverage generated by
327327
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
328-
at 2025-06-01T00:58:12.533Z
328+
at 2025-06-18T17:34:38.998Z
329329
</div>
330330
<script src="../../../../prettify.js"></script>
331331
<script>

0 commit comments

Comments
 (0)