Skip to content

Commit bd7f817

Browse files
committed
Update artifacts
1 parent 4a62cda commit bd7f817

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

lapack/base/dgebal/base.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -952,7 +952,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
952952
<div class='footer quiet pad2 space-top1 center small'>
953953
Code coverage generated by
954954
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
955-
at 2025-05-21T09:51:01.970Z
955+
at 2025-05-21T09:53:57.086Z
956956
</div>
957957
<script src="../../../../prettify.js"></script>
958958
<script>

lapack/base/dgebal/coverage.ndjson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[591,599,98.6644,77,80,96.25,3,3,100,591,599,98.6644,"09f01cad2131d04bec0774981200d256dd59f46a","2025-05-21 15:20:03 +0530"]
1+
[591,599,98.6644,77,80,96.25,3,3,100,591,599,98.6644,"50a4de17a5ebfde8f6bccc21064d95c0b9b9b5ff","2025-05-21 15:22:54 +0530"]

lapack/base/dgebal/dgebal.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
382382
<div class='footer quiet pad2 space-top1 center small'>
383383
Code coverage generated by
384384
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
385-
at 2025-05-21T09:51:01.970Z
385+
at 2025-05-21T09:53:57.086Z
386386
</div>
387387
<script src="../../../../prettify.js"></script>
388388
<script>

lapack/base/dgebal/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/dgebal/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-05-21T09:51:01.970Z
164+
at 2025-05-21T09:53:57.086Z
165165
</div>
166166
<script src="../../../../prettify.js"></script>
167167
<script>

lapack/base/dgebal/index.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
304304
<div class='footer quiet pad2 space-top1 center small'>
305305
Code coverage generated by
306306
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
307-
at 2025-05-21T09:51:01.970Z
307+
at 2025-05-21T09:53:57.086Z
308308
</div>
309309
<script src="../../../../prettify.js"></script>
310310
<script>

lapack/base/dgebal/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-05-21T09:51:01.970Z
178+
at 2025-05-21T09:53:57.086Z
179179
</div>
180180
<script src="../../../../prettify.js"></script>
181181
<script>

lapack/base/dgebal/ndarray.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
318318
*/
319319
function dgebal( job, N, A, strideA1, strideA2, offsetA, out, strideOut, offsetOut, scale, strideScale, offsetScale ) { // eslint-disable-line max-len, max-params
320320
if ( job !== 'both' &amp;&amp; job !== 'scale' &amp;&amp; job !== 'permute' &amp;&amp; job !== 'none' ) {
321-
throw new TypeError( format( 'invalid argument. Second argument must be one of the following: `both`, `scale`, `permute`, or `none`. Value: `%s`.', job ) );
321+
throw new TypeError( format( 'invalid argument. First argument must be one of the following: `both`, `scale`, `permute`, or `none`. Value: `%s`.', job ) );
322322
}
323323
return base( job, N, A, strideA1, strideA2, offsetA, out, strideOut, offsetOut, scale, strideScale, offsetScale ); // eslint-disable-line max-len
324324
}
@@ -334,7 +334,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
334334
<div class='footer quiet pad2 space-top1 center small'>
335335
Code coverage generated by
336336
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
337-
at 2025-05-21T09:51:01.970Z
337+
at 2025-05-21T09:53:57.086Z
338338
</div>
339339
<script src="../../../../prettify.js"></script>
340340
<script>

0 commit comments

Comments
 (0)