Skip to content

Commit 521270f

Browse files
committed
Update artifacts
1 parent 09b8d81 commit 521270f

File tree

7 files changed

+99
-39
lines changed

7 files changed

+99
-39
lines changed

lapack/base/dgebal/base.js.html

Lines changed: 26 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
2323
<div class='clearfix'>
2424

2525
<div class='fl pad1y space-right2'>
26-
<span class="strong">97.2% </span>
26+
<span class="strong">97.26% </span>
2727
<span class="quiet">Statements</span>
28-
<span class='fraction'>278/286</span>
28+
<span class='fraction'>284/292</span>
2929
</div>
3030

3131

@@ -44,9 +44,9 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
4444

4545

4646
<div class='fl pad1y space-right2'>
47-
<span class="strong">97.2% </span>
47+
<span class="strong">97.26% </span>
4848
<span class="quiet">Lines</span>
49-
<span class='fraction'>278/286</span>
49+
<span class='fraction'>284/292</span>
5050
</div>
5151

5252

@@ -349,7 +349,19 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
349349
<a name='L284'></a><a href='#L284'>284</a>
350350
<a name='L285'></a><a href='#L285'>285</a>
351351
<a name='L286'></a><a href='#L286'>286</a>
352-
<a name='L287'></a><a href='#L287'>287</a></td><td class="line-coverage quiet"><span class="cline-any cline-yes">3x</span>
352+
<a name='L287'></a><a href='#L287'>287</a>
353+
<a name='L288'></a><a href='#L288'>288</a>
354+
<a name='L289'></a><a href='#L289'>289</a>
355+
<a name='L290'></a><a href='#L290'>290</a>
356+
<a name='L291'></a><a href='#L291'>291</a>
357+
<a name='L292'></a><a href='#L292'>292</a>
358+
<a name='L293'></a><a href='#L293'>293</a></td><td class="line-coverage quiet"><span class="cline-any cline-yes">3x</span>
359+
<span class="cline-any cline-yes">3x</span>
360+
<span class="cline-any cline-yes">3x</span>
361+
<span class="cline-any cline-yes">3x</span>
362+
<span class="cline-any cline-yes">3x</span>
363+
<span class="cline-any cline-yes">3x</span>
364+
<span class="cline-any cline-yes">3x</span>
353365
<span class="cline-any cline-yes">3x</span>
354366
<span class="cline-any cline-yes">3x</span>
355367
<span class="cline-any cline-yes">3x</span>
@@ -684,7 +696,13 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
684696
* - 'scale': scale only
685697
* - 'both': both permute and scale
686698
*
687-
* The matrix `A` is overwritten by the balanced matrix. Scale factors are stored in the `scale` array.
699+
* The matrix `A` is overwritten by the balanced matrix. Scale factors are stored in the `scale` array. If `P[ j ]` is the index of the row and column interchanged with row and column j (zero-based) and `D[ j ]` is the scaling factor applied to row and column j, then:
700+
*
701+
* - `scale[ j ]` = `P[ j ]` for j = `0`,...,`out[ 0 ]-1`
702+
* - `scale[ j ]` = `D[ j ]` for j = `out[ 0 ]`,...,`out[ 1 ]`
703+
* - `scale[ j ]` = `P[ j ]` for j = `out[ 1 ]+1`,...,`N-1`.
704+
*
705+
* The order in which the interchanges are made is `N-1` to `out[ 1 ]+1`, then `0` to `out[ 0 ]-1`.
688706
*
689707
* @private
690708
* @param {string} job - indicates the operations to be performed
@@ -711,7 +729,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
711729
*
712730
* dgebal( 'both', 3, A, 3, 1, 0, out, 1, 0, scale, 1, 0 );
713731
* // A =&gt; &lt;Float64Array&gt;[ 1, 12.5, 0, 16, 200, 0, 0, 0, 3 ]
714-
* // out =&gt; &lt;Float64Array&gt;[ 0, 1 ]
732+
* // out =&gt; &lt;Int32Array&gt;[ 0, 1 ]
715733
* // scale =&gt; &lt;Float64Array&gt;[ 8, 1, 2 ]
716734
*/
717735
function dgebal( job, N, A, strideA1, strideA2, offsetA, out, strideOut, offsetOut, scale, strideScale, offsetScale ) {
@@ -928,7 +946,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
928946
<div class='footer quiet pad2 space-top1 center small'>
929947
Code coverage generated by
930948
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
931-
at 2025-05-16T09:11:17.862Z
949+
at 2025-05-16T11:01:33.233Z
932950
</div>
933951
<script src="../../../../prettify.js"></script>
934952
<script>

lapack/base/dgebal/coverage.ndjson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[569,577,98.6135,77,80,96.25,3,3,100,569,577,98.6135,"2ac5b9ccb289495ff22dfbb96dba16a8f7edb9fa","2025-05-16 14:39:24 +0530"]
1+
[589,597,98.66,77,80,96.25,3,3,100,589,597,98.66,"b516efdd163381bbf30715e99a39c90f3c0aa83e","2025-05-16 11:00:04 +0000"]

lapack/base/dgebal/dgebal.js.html

Lines changed: 27 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
2525
<div class='fl pad1y space-right2'>
2626
<span class="strong">100% </span>
2727
<span class="quiet">Statements</span>
28-
<span class='fraction'>97/97</span>
28+
<span class='fraction'>104/104</span>
2929
</div>
3030

3131

@@ -46,7 +46,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
4646
<div class='fl pad1y space-right2'>
4747
<span class="strong">100% </span>
4848
<span class="quiet">Lines</span>
49-
<span class='fraction'>97/97</span>
49+
<span class='fraction'>104/104</span>
5050
</div>
5151

5252

@@ -160,7 +160,21 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
160160
<a name='L95'></a><a href='#L95'>95</a>
161161
<a name='L96'></a><a href='#L96'>96</a>
162162
<a name='L97'></a><a href='#L97'>97</a>
163-
<a name='L98'></a><a href='#L98'>98</a></td><td class="line-coverage quiet"><span class="cline-any cline-yes">2x</span>
163+
<a name='L98'></a><a href='#L98'>98</a>
164+
<a name='L99'></a><a href='#L99'>99</a>
165+
<a name='L100'></a><a href='#L100'>100</a>
166+
<a name='L101'></a><a href='#L101'>101</a>
167+
<a name='L102'></a><a href='#L102'>102</a>
168+
<a name='L103'></a><a href='#L103'>103</a>
169+
<a name='L104'></a><a href='#L104'>104</a>
170+
<a name='L105'></a><a href='#L105'>105</a></td><td class="line-coverage quiet"><span class="cline-any cline-yes">2x</span>
171+
<span class="cline-any cline-yes">2x</span>
172+
<span class="cline-any cline-yes">2x</span>
173+
<span class="cline-any cline-yes">2x</span>
174+
<span class="cline-any cline-yes">2x</span>
175+
<span class="cline-any cline-yes">2x</span>
176+
<span class="cline-any cline-yes">2x</span>
177+
<span class="cline-any cline-yes">2x</span>
164178
<span class="cline-any cline-yes">2x</span>
165179
<span class="cline-any cline-yes">2x</span>
166180
<span class="cline-any cline-yes">2x</span>
@@ -298,7 +312,14 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
298312
* - 'permute': permute only
299313
* - 'scale': scale only
300314
* - 'both': both permute and scale
301-
* - The matrix `A` is overwritten by the balanced matrix.
315+
*
316+
* The matrix `A` is overwritten by the balanced matrix. Scale factors are stored in the `scale` array. If `P[ j ]` is the index of the row and column interchanged with row and column j (zero-based) and `D[ j ]` is the scaling factor applied to row and column j, then:
317+
*
318+
* - `scale[ j ]` = `P[ j ]` for j = `0`,...,`out[ 0 ]-1`
319+
* - `scale[ j ]` = `D[ j ]` for j = `out[ 0 ]`,...,`out[ 1 ]`
320+
* - `scale[ j ]` = `P[ j ]` for j = `out[ 1 ]+1`,...,`N-1`.
321+
*
322+
* The order in which the interchanges are made is `N-1` to `out[ 1 ]+1`, then `0` to `out[ 0 ]-1`.
302323
*
303324
* @private
304325
* @param {string} order - storage layout of `A`
@@ -323,7 +344,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
323344
*
324345
* dgebal( 'row-major', 'both', 3, A, 3, out, scale );
325346
* // A =&gt; &lt;Float64Array&gt;[ 1, 12.5, 0, 16, 200, 0, 0, 0, 3 ]
326-
* // out =&gt; &lt;Float64Array&gt;[ 0, 1 ]
347+
* // out =&gt; &lt;Int32Array&gt;[ 0, 1 ]
327348
* // scale =&gt; &lt;Float64Array&gt;[ 8, 1, 2 ]
328349
*/
329350
function dgebal( order, job, N, A, LDA, out, scale ) {
@@ -361,7 +382,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
361382
<div class='footer quiet pad2 space-top1 center small'>
362383
Code coverage generated by
363384
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
364-
at 2025-05-16T09:11:17.862Z
385+
at 2025-05-16T11:01:33.233Z
365386
</div>
366387
<script src="../../../../prettify.js"></script>
367388
<script>

lapack/base/dgebal/index.html

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ <h1><a href="../../../../index.html">All files</a> lapack/base/dgebal/lib</h1>
2323
<div class='clearfix'>
2424

2525
<div class='fl pad1y space-right2'>
26-
<span class="strong">98.61% </span>
26+
<span class="strong">98.65% </span>
2727
<span class="quiet">Statements</span>
28-
<span class='fraction'>569/577</span>
28+
<span class='fraction'>589/597</span>
2929
</div>
3030

3131

@@ -44,9 +44,9 @@ <h1><a href="../../../../index.html">All files</a> lapack/base/dgebal/lib</h1>
4444

4545

4646
<div class='fl pad1y space-right2'>
47-
<span class="strong">98.61% </span>
47+
<span class="strong">98.65% </span>
4848
<span class="quiet">Lines</span>
49-
<span class='fraction'>569/577</span>
49+
<span class='fraction'>589/597</span>
5050
</div>
5151

5252

@@ -80,17 +80,17 @@ <h1><a href="../../../../index.html">All files</a> lapack/base/dgebal/lib</h1>
8080
</thead>
8181
<tbody><tr>
8282
<td class="file high" data-value="base.js"><a href="base.js.html">base.js</a></td>
83-
<td data-value="97.2" class="pic high">
83+
<td data-value="97.26" class="pic high">
8484
<div class="chart"><div class="cover-fill" style="width: 97%"></div><div class="cover-empty" style="width: 3%"></div></div>
8585
</td>
86-
<td data-value="97.2" class="pct high">97.2%</td>
87-
<td data-value="286" class="abs high">278/286</td>
86+
<td data-value="97.26" class="pct high">97.26%</td>
87+
<td data-value="292" class="abs high">284/292</td>
8888
<td data-value="94.54" class="pct high">94.54%</td>
8989
<td data-value="55" class="abs high">52/55</td>
9090
<td data-value="100" class="pct high">100%</td>
9191
<td data-value="1" class="abs high">1/1</td>
92-
<td data-value="97.2" class="pct high">97.2%</td>
93-
<td data-value="286" class="abs high">278/286</td>
92+
<td data-value="97.26" class="pct high">97.26%</td>
93+
<td data-value="292" class="abs high">284/292</td>
9494
</tr>
9595

9696
<tr>
@@ -99,13 +99,13 @@ <h1><a href="../../../../index.html">All files</a> lapack/base/dgebal/lib</h1>
9999
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
100100
</td>
101101
<td data-value="100" class="pct high">100%</td>
102-
<td data-value="97" class="abs high">97/97</td>
102+
<td data-value="104" class="abs high">104/104</td>
103103
<td data-value="100" class="pct high">100%</td>
104104
<td data-value="14" class="abs high">14/14</td>
105105
<td data-value="100" class="pct high">100%</td>
106106
<td data-value="1" class="abs high">1/1</td>
107107
<td data-value="100" class="pct high">100%</td>
108-
<td data-value="97" class="abs high">97/97</td>
108+
<td data-value="104" class="abs high">104/104</td>
109109
</tr>
110110

111111
<tr>
@@ -144,13 +144,13 @@ <h1><a href="../../../../index.html">All files</a> lapack/base/dgebal/lib</h1>
144144
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
145145
</td>
146146
<td data-value="100" class="pct high">100%</td>
147-
<td data-value="81" class="abs high">81/81</td>
147+
<td data-value="88" class="abs high">88/88</td>
148148
<td data-value="100" class="pct high">100%</td>
149149
<td data-value="7" class="abs high">7/7</td>
150150
<td data-value="100" class="pct high">100%</td>
151151
<td data-value="1" class="abs high">1/1</td>
152152
<td data-value="100" class="pct high">100%</td>
153-
<td data-value="81" class="abs high">81/81</td>
153+
<td data-value="88" class="abs high">88/88</td>
154154
</tr>
155155

156156
</tbody>
@@ -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-16T09:11:17.862Z
164+
at 2025-05-16T11:01:33.233Z
165165
</div>
166166
<script src="../../../../prettify.js"></script>
167167
<script>

lapack/base/dgebal/index.js.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
255255
*
256256
* dgebal( 'row-major', 'both', 3, A, 3, out, scale );
257257
* // A =&gt; &lt;Float64Array&gt;[ 1, 12.5, 0, 16, 200, 0, 0, 0, 3 ]
258-
* // out =&gt; &lt;Float64Array&gt;[ 0, 1 ]
258+
* // out =&gt; &lt;Int32Array&gt;[ 0, 1 ]
259259
* // scale =&gt; &lt;Float64Array&gt;[ 8, 1, 2 ]
260260
*
261261
* @example
@@ -269,7 +269,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
269269
*
270270
* dgebal.ndarray( 'both', 3, A, 3, 1, 0, out, 1, 0, scale, 1, 0 );
271271
* // A =&gt; &lt;Float64Array&gt;[ 1, 12.5, 0, 16, 200, 0, 0, 0, 3 ]
272-
* // out =&gt; &lt;Float64Array&gt;[ 0, 1 ]
272+
* // out =&gt; &lt;Int32Array&gt;[ 0, 1 ]
273273
* // scale =&gt; &lt;Float64Array&gt;[ 8, 1, 2 ]
274274
*/
275275
&nbsp;
@@ -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-16T09:11:17.862Z
307+
at 2025-05-16T11:01:33.233Z
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-16T09:11:17.862Z
178+
at 2025-05-16T11:01:33.233Z
179179
</div>
180180
<script src="../../../../prettify.js"></script>
181181
<script>

lapack/base/dgebal/ndarray.js.html

Lines changed: 27 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
2525
<div class='fl pad1y space-right2'>
2626
<span class="strong">100% </span>
2727
<span class="quiet">Statements</span>
28-
<span class='fraction'>81/81</span>
28+
<span class='fraction'>88/88</span>
2929
</div>
3030

3131

@@ -46,7 +46,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
4646
<div class='fl pad1y space-right2'>
4747
<span class="strong">100% </span>
4848
<span class="quiet">Lines</span>
49-
<span class='fraction'>81/81</span>
49+
<span class='fraction'>88/88</span>
5050
</div>
5151

5252

@@ -144,7 +144,21 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
144144
<a name='L79'></a><a href='#L79'>79</a>
145145
<a name='L80'></a><a href='#L80'>80</a>
146146
<a name='L81'></a><a href='#L81'>81</a>
147-
<a name='L82'></a><a href='#L82'>82</a></td><td class="line-coverage quiet"><span class="cline-any cline-yes">2x</span>
147+
<a name='L82'></a><a href='#L82'>82</a>
148+
<a name='L83'></a><a href='#L83'>83</a>
149+
<a name='L84'></a><a href='#L84'>84</a>
150+
<a name='L85'></a><a href='#L85'>85</a>
151+
<a name='L86'></a><a href='#L86'>86</a>
152+
<a name='L87'></a><a href='#L87'>87</a>
153+
<a name='L88'></a><a href='#L88'>88</a>
154+
<a name='L89'></a><a href='#L89'>89</a></td><td class="line-coverage quiet"><span class="cline-any cline-yes">2x</span>
155+
<span class="cline-any cline-yes">2x</span>
156+
<span class="cline-any cline-yes">2x</span>
157+
<span class="cline-any cline-yes">2x</span>
158+
<span class="cline-any cline-yes">2x</span>
159+
<span class="cline-any cline-yes">2x</span>
160+
<span class="cline-any cline-yes">2x</span>
161+
<span class="cline-any cline-yes">2x</span>
148162
<span class="cline-any cline-yes">2x</span>
149163
<span class="cline-any cline-yes">2x</span>
150164
<span class="cline-any cline-yes">2x</span>
@@ -264,7 +278,14 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
264278
* - 'permute': permute only
265279
* - 'scale': scale only
266280
* - 'both': both permute and scale
267-
* - The matrix `A` is overwritten by the balanced matrix.
281+
*
282+
* The matrix `A` is overwritten by the balanced matrix. Scale factors are stored in the `scale` array. If `P[ j ]` is the index of the row and column interchanged with row and column j (zero-based) and `D[ j ]` is the scaling factor applied to row and column j, then:
283+
*
284+
* - `scale[ j ]` = `P[ j ]` for j = `0`,...,`out[ 0 ]-1`
285+
* - `scale[ j ]` = `D[ j ]` for j = `out[ 0 ]`,...,`out[ 1 ]`
286+
* - `scale[ j ]` = `P[ j ]` for j = `out[ 1 ]+1`,...,`N-1`.
287+
*
288+
* The order in which the interchanges are made is `N-1` to `out[ 1 ]+1`, then `0` to `out[ 0 ]-1`.
268289
*
269290
* @private
270291
* @param {string} job - indicates the operations to be performed
@@ -292,7 +313,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
292313
*
293314
* dgebal( 'both', 3, A, 3, 1, 0, out, 1, 0, scale, 1, 0 );
294315
* // A =&gt; &lt;Float64Array&gt;[ 1, 12.5, 0, 16, 200, 0, 0, 0, 3 ]
295-
* // out =&gt; &lt;Float64Array&gt;[ 0, 1 ]
316+
* // out =&gt; &lt;Int32Array&gt;[ 0, 1 ]
296317
* // scale =&gt; &lt;Float64Array&gt;[ 8, 1, 2 ]
297318
*/
298319
function dgebal( job, N, A, strideA1, strideA2, offsetA, out, strideOut, offsetOut, scale, strideScale, offsetScale ) { // eslint-disable-line max-len, max-params
@@ -313,7 +334,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
313334
<div class='footer quiet pad2 space-top1 center small'>
314335
Code coverage generated by
315336
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
316-
at 2025-05-16T09:11:17.862Z
337+
at 2025-05-16T11:01:33.233Z
317338
</div>
318339
<script src="../../../../prettify.js"></script>
319340
<script>

0 commit comments

Comments
 (0)