Skip to content

Commit e08efa1

Browse files
committed
Update artifacts
1 parent 19ce80c commit e08efa1

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

lapack/base/dlange/base.js.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -551,10 +551,10 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
551551
}
552552
&nbsp;
553553
else if ( norm === 'one' ) {
554-
value = 0;
554+
value = 0.0;
555555
ia1 = offsetA;
556556
for ( j = 0; j &lt; N; j++ ) {
557-
sum = 0;
557+
sum = 0.0;
558558
ia2 = 0;
559559
for ( i = 0; i &lt; M; i++ ) {
560560
sum += abs( A[ ia1 + ia2 ] );
@@ -600,7 +600,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
600600
}
601601
}
602602
&nbsp;
603-
value = 0;
603+
value = 0.0;
604604
&nbsp;
605605
iw = offsetWork;
606606
for ( i = 0; i &lt; M; i++ ) {
@@ -634,7 +634,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
634634
<div class='footer quiet pad2 space-top1 center small'>
635635
Code coverage generated by
636636
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
637-
at 2025-06-04T16:07:40.263Z
637+
at 2025-06-04T16:23:32.824Z
638638
</div>
639639
<script src="../../../../prettify.js"></script>
640640
<script>

lapack/base/dlange/coverage.ndjson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[507,507,100,46,49,93.8776,3,3,100,507,507,100,"9883b180c90fe83d011fd85a86ff3c1d91b6e689","2025-06-04 16:06:15 +0000"]
1+
[507,507,100,46,49,93.8776,3,3,100,507,507,100,"2e8ed5c3a38466d70e337a051e094b7faf06643f","2025-06-04 16:22:10 +0000"]

lapack/base/dlange/dlange.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
346346
<div class='footer quiet pad2 space-top1 center small'>
347347
Code coverage generated by
348348
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
349-
at 2025-06-04T16:07:40.263Z
349+
at 2025-06-04T16:23:32.824Z
350350
</div>
351351
<script src="../../../../prettify.js"></script>
352352
<script>

lapack/base/dlange/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ <h1><a href="../../../../index.html">All files</a> lapack/base/dlange/lib</h1>
176176
<div class='footer quiet pad2 space-top1 center small'>
177177
Code coverage generated by
178178
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
179-
at 2025-06-04T16:07:40.263Z
179+
at 2025-06-04T16:23:32.824Z
180180
</div>
181181
<script src="../../../../prettify.js"></script>
182182
<script>

lapack/base/dlange/index.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
244244
<div class='footer quiet pad2 space-top1 center small'>
245245
Code coverage generated by
246246
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
247-
at 2025-06-04T16:07:40.263Z
247+
at 2025-06-04T16:23:32.824Z
248248
</div>
249249
<script src="../../../../prettify.js"></script>
250250
<script>

lapack/base/dlange/isoperation.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
256256
<div class='footer quiet pad2 space-top1 center small'>
257257
Code coverage generated by
258258
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
259-
at 2025-06-04T16:07:40.263Z
259+
at 2025-06-04T16:23:32.824Z
260260
</div>
261261
<script src="../../../../prettify.js"></script>
262262
<script>

lapack/base/dlange/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-04T16:07:40.263Z
178+
at 2025-06-04T16:23:32.824Z
179179
</div>
180180
<script src="../../../../prettify.js"></script>
181181
<script>

lapack/base/dlange/ndarray.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">lapack
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-04T16:07:40.263Z
289+
at 2025-06-04T16:23:32.824Z
290290
</div>
291291
<script src="../../../../prettify.js"></script>
292292
<script>

0 commit comments

Comments
 (0)