Skip to content

Commit be6769a

Browse files
committed
Update artifacts
1 parent 32bbfdd commit be6769a

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

lapack/base/dlarf1f/base.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
559559
if ( isLeftSide( side ) ) {
560560
// Form: H*C
561561
&nbsp;
562-
// If `lastv = 1`, this means `V = 1`, so we just need to compute `C = H*C = (1\tau)*C`...
562+
// If `lastv = 1`, this means `V = 1`, so we just need to compute `C = H*C = (1-tau)*C`...
563563
if ( lastv === 0 ) {
564564
// C[0,0:lastc] = (1-tau)*C[0,0:lastc]
565565
dscal( lastc, 1.0-tau, C, strideC2, offsetC ); // scale the first row
@@ -622,7 +622,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
622622
<div class='footer quiet pad2 space-top1 center small'>
623623
Code coverage generated by
624624
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
625-
at 2025-08-29T09:11:23.922Z
625+
at 2025-08-29T09:29:19.057Z
626626
</div>
627627
<script src="../../../../prettify.js"></script>
628628
<script>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[483,485,99.5876,42,43,97.6744,4,4,100,483,485,99.5876,"08ac549de027a926550d4ebf6bc392e940f3394f","2025-08-29 02:09:32 -0700"]
1+
[483,485,99.5876,42,43,97.6744,4,4,100,483,485,99.5876,"831ce8194c65cc46879ba4fa9fa17f17745e5a33","2025-08-29 02:27:56 -0700"]

lapack/base/dlarf1f/dlarf1f.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
415415
<div class='footer quiet pad2 space-top1 center small'>
416416
Code coverage generated by
417417
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
418-
at 2025-08-29T09:11:23.922Z
418+
at 2025-08-29T09:29:19.057Z
419419
</div>
420420
<script src="../../../../prettify.js"></script>
421421
<script>

lapack/base/dlarf1f/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/dlarf1f/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-08-29T09:11:23.922Z
164+
at 2025-08-29T09:29:19.057Z
165165
</div>
166166
<script src="../../../../prettify.js"></script>
167167
<script>

lapack/base/dlarf1f/index.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
247247
<div class='footer quiet pad2 space-top1 center small'>
248248
Code coverage generated by
249249
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
250-
at 2025-08-29T09:11:23.922Z
250+
at 2025-08-29T09:29:19.057Z
251251
</div>
252252
<script src="../../../../prettify.js"></script>
253253
<script>

lapack/base/dlarf1f/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-08-29T09:11:23.922Z
178+
at 2025-08-29T09:29:19.057Z
179179
</div>
180180
<script src="../../../../prettify.js"></script>
181181
<script>

lapack/base/dlarf1f/ndarray.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-08-29T09:11:23.922Z
349+
at 2025-08-29T09:29:19.057Z
350350
</div>
351351
<script src="../../../../prettify.js"></script>
352352
<script>

0 commit comments

Comments
 (0)