Skip to content

Commit d150bcb

Browse files
committed
Update artifacts
1 parent 901d96f commit d150bcb

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

lapack/base/dgebal/base.js.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
678678
* The job parameter can be one of the following:
679679
*
680680
* - 'none': none, return immediately
681-
* - 'permutate': permute only
681+
* - 'permute': permute only
682682
* - 'scale': scale only
683683
* - 'both': both permute and scale
684684
*
@@ -828,7 +828,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
828828
is += strideScale;
829829
}
830830
&nbsp;
831-
if ( job === 'permutate' ) {
831+
if ( job === 'permute' ) {
832832
out[ offsetOut ] = k; // ilo
833833
out[ offsetOut + strideOut ] = l; // ihi
834834
return 0;
@@ -925,7 +925,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
925925
<div class='footer quiet pad2 space-top1 center small'>
926926
Code coverage generated by
927927
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
928-
at 2025-05-15T11:31:46.154Z
928+
at 2025-05-16T08:19:41.984Z
929929
</div>
930930
<script src="../../../../prettify.js"></script>
931931
<script>

lapack/base/dgebal/coverage.ndjson

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[564,572,98.6014,77,80,96.25,3,3,100,564,572,98.6014,"f6054c2784e7d7c8d766051af9ebcedac9372bdb","2025-05-15 11:30:17 +0000"]
1+
[564,572,98.6014,77,80,96.25,3,3,100,564,572,98.6014,"2ca9245621659d5cd192ecd497fe784a476d4127","2025-05-16 08:15:15 +0000"]

lapack/base/dgebal/dgebal.js.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
293293
* The job parameter can be one of the following:
294294
*
295295
* - 'none': none, return immediately
296-
* - 'permutate': permute only
296+
* - 'permute': permute only
297297
* - 'scale': scale only
298298
* - 'both': both permute and scale
299299
* - The matrix `A` is overwritten by the balanced matrix.
@@ -330,8 +330,8 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
330330
if ( !isLayout( order ) ) {
331331
throw new TypeError( format( 'invalid argument. First argument must be a valid order. Value: `%s`.', order ) );
332332
}
333-
if ( job !== 'both' &amp;&amp; job !== 'scale' &amp;&amp; job !== 'permutate' &amp;&amp; job !== 'none' ) {
334-
throw new TypeError( format( 'invalid argument. Second argument must be one of the following: `both`, `scale`, `permutate`, or `none`. Value: `%s`.', job ) );
333+
if ( job !== 'both' &amp;&amp; job !== 'scale' &amp;&amp; job !== 'permute' &amp;&amp; job !== 'none' ) {
334+
throw new TypeError( format( 'invalid argument. Second argument must be one of the following: `both`, `scale`, `permute`, or `none`. Value: `%s`.', job ) );
335335
}
336336
if ( isColumnMajor( order ) ) {
337337
sa1 = 1;
@@ -358,7 +358,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
358358
<div class='footer quiet pad2 space-top1 center small'>
359359
Code coverage generated by
360360
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
361-
at 2025-05-15T11:31:46.154Z
361+
at 2025-05-16T08:19:41.984Z
362362
</div>
363363
<script src="../../../../prettify.js"></script>
364364
<script>

lapack/base/dgebal/index.html

+1-1
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-15T11:31:46.154Z
164+
at 2025-05-16T08:19:41.984Z
165165
</div>
166166
<script src="../../../../prettify.js"></script>
167167
<script>

lapack/base/dgebal/index.js.html

+1-1
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-05-15T11:31:46.154Z
301+
at 2025-05-16T08:19:41.984Z
302302
</div>
303303
<script src="../../../../prettify.js"></script>
304304
<script>

lapack/base/dgebal/main.js.html

+1-1
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-15T11:31:46.154Z
178+
at 2025-05-16T08:19:41.984Z
179179
</div>
180180
<script src="../../../../prettify.js"></script>
181181
<script>

lapack/base/dgebal/ndarray.js.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
259259
* The job parameter can be one of the following:
260260
*
261261
* - 'none': none, return immediately
262-
* - 'permutate': permute only
262+
* - 'permute': permute only
263263
* - 'scale': scale only
264264
* - 'both': both permute and scale
265265
* - The matrix `A` is overwritten by the balanced matrix.
@@ -293,8 +293,8 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
293293
* // scale =&gt; &lt;Float64Array&gt;[ 8, 1, 2 ]
294294
*/
295295
function dgebal( job, N, A, strideA1, strideA2, offsetA, out, strideOut, offsetOut, scale, strideScale, offsetScale ) { // eslint-disable-line max-len, max-params
296-
if ( job !== 'both' &amp;&amp; job !== 'scale' &amp;&amp; job !== 'permutate' &amp;&amp; job !== 'none' ) {
297-
throw new TypeError( format( 'invalid argument. Second argument must be one of the following: `both`, `scale`, `permutate`, or `none`. Value: `%s`.', job ) );
296+
if ( job !== 'both' &amp;&amp; job !== 'scale' &amp;&amp; job !== 'permute' &amp;&amp; job !== 'none' ) {
297+
throw new TypeError( format( 'invalid argument. Second argument must be one of the following: `both`, `scale`, `permute`, or `none`. Value: `%s`.', job ) );
298298
}
299299
return base( job, N, A, strideA1, strideA2, offsetA, out, strideOut, offsetOut, scale, strideScale, offsetScale ); // eslint-disable-line max-len
300300
}
@@ -310,7 +310,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
310310
<div class='footer quiet pad2 space-top1 center small'>
311311
Code coverage generated by
312312
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
313-
at 2025-05-15T11:31:46.154Z
313+
at 2025-05-16T08:19:41.984Z
314314
</div>
315315
<script src="../../../../prettify.js"></script>
316316
<script>

0 commit comments

Comments
 (0)