Skip to content

Commit 7567ef7

Browse files
committed
Update artifacts
1 parent 4be059a commit 7567ef7

File tree

7 files changed

+90
-27
lines changed

7 files changed

+90
-27
lines changed

lapack/base/dppequ/base.js.html

Lines changed: 26 additions & 5 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'>132/132</span>
28+
<span class='fraction'>139/139</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'>132/132</span>
49+
<span class='fraction'>139/139</span>
5050
</div>
5151

5252

@@ -195,7 +195,21 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
195195
<a name='L130'></a><a href='#L130'>130</a>
196196
<a name='L131'></a><a href='#L131'>131</a>
197197
<a name='L132'></a><a href='#L132'>132</a>
198-
<a name='L133'></a><a href='#L133'>133</a></td><td class="line-coverage quiet"><span class="cline-any cline-yes">3x</span>
198+
<a name='L133'></a><a href='#L133'>133</a>
199+
<a name='L134'></a><a href='#L134'>134</a>
200+
<a name='L135'></a><a href='#L135'>135</a>
201+
<a name='L136'></a><a href='#L136'>136</a>
202+
<a name='L137'></a><a href='#L137'>137</a>
203+
<a name='L138'></a><a href='#L138'>138</a>
204+
<a name='L139'></a><a href='#L139'>139</a>
205+
<a name='L140'></a><a href='#L140'>140</a></td><td class="line-coverage quiet"><span class="cline-any cline-yes">3x</span>
206+
<span class="cline-any cline-yes">3x</span>
207+
<span class="cline-any cline-yes">3x</span>
208+
<span class="cline-any cline-yes">3x</span>
209+
<span class="cline-any cline-yes">3x</span>
210+
<span class="cline-any cline-yes">3x</span>
211+
<span class="cline-any cline-yes">3x</span>
212+
<span class="cline-any cline-yes">3x</span>
199213
<span class="cline-any cline-yes">3x</span>
200214
<span class="cline-any cline-yes">3x</span>
201215
<span class="cline-any cline-yes">3x</span>
@@ -359,9 +373,16 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
359373
/**
360374
* Computes the row and column scaling factors intended to equilibrate a symmetric positive definite matrix `A` in packed storage and reduce it's condition number (with respect to the two-norm).
361375
*
376+
* ## Notes
377+
*
378+
* - the function returns `0` if it sucessfully exits.
379+
* - if the function returns an integer `i` greater then zero then the `i`th diagonal element was non positive.
380+
* - the first indexed element of `out` represents `scond` and the second indexed elements represents `amax`, if it `scond` &gt;= 0.1 and `amax` is not close to overflow/underflow then it is not worth scaling by `S`.
381+
* - if `amax` is too close to overflow/underflow, the matrix should be scaled.
382+
*
362383
* @param {string} order - storage layout
363384
* @param {string} uplo - specifies whether upper or lower triangle of `A` is stored ( `upper` or `lower` )
364-
* @param {NonNegativeInteger} N - order of the matrix `A`
385+
* @param {NonNegativeInteger} N - number of rows/columns in `A`
365386
* @param {Float64Array} AP - array containing the upper or lower triangle of `A` in packed form, expectes `N * ( N + 1 ) / 2` indexed elements
366387
* @param {integer} strideAP - stride length for `AP`
367388
* @param {integer} offsetAP - starting index for `AP`
@@ -466,7 +487,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
466487
<div class='footer quiet pad2 space-top1 center small'>
467488
Code coverage generated by
468489
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
469-
at 2025-05-27T11:20:32.882Z
490+
at 2025-05-27T15:05:23.264Z
470491
</div>
471492
<script src="../../../../prettify.js"></script>
472493
<script>

lapack/base/dppequ/coverage.ndjson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[389,389,100,34,34,100,3,3,100,389,389,100,"d2b6b3f27657497eedac320d0b13469f965633e3","2025-05-27 11:18:40 +0000"]
1+
[410,410,100,34,34,100,3,3,100,410,410,100,"45d15f0c0c8dc0b2cb9bbb6a855a514f9ab95bef","2025-05-27 15:02:57 +0000"]

lapack/base/dppequ/dppequ.js.html

Lines changed: 26 additions & 5 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'>72/72</span>
28+
<span class='fraction'>79/79</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'>72/72</span>
49+
<span class='fraction'>79/79</span>
5050
</div>
5151

5252

@@ -135,7 +135,21 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
135135
<a name='L70'></a><a href='#L70'>70</a>
136136
<a name='L71'></a><a href='#L71'>71</a>
137137
<a name='L72'></a><a href='#L72'>72</a>
138-
<a name='L73'></a><a href='#L73'>73</a></td><td class="line-coverage quiet"><span class="cline-any cline-yes">2x</span>
138+
<a name='L73'></a><a href='#L73'>73</a>
139+
<a name='L74'></a><a href='#L74'>74</a>
140+
<a name='L75'></a><a href='#L75'>75</a>
141+
<a name='L76'></a><a href='#L76'>76</a>
142+
<a name='L77'></a><a href='#L77'>77</a>
143+
<a name='L78'></a><a href='#L78'>78</a>
144+
<a name='L79'></a><a href='#L79'>79</a>
145+
<a name='L80'></a><a href='#L80'>80</a></td><td class="line-coverage quiet"><span class="cline-any cline-yes">2x</span>
146+
<span class="cline-any cline-yes">2x</span>
147+
<span class="cline-any cline-yes">2x</span>
148+
<span class="cline-any cline-yes">2x</span>
149+
<span class="cline-any cline-yes">2x</span>
150+
<span class="cline-any cline-yes">2x</span>
151+
<span class="cline-any cline-yes">2x</span>
152+
<span class="cline-any cline-yes">2x</span>
139153
<span class="cline-any cline-yes">2x</span>
140154
<span class="cline-any cline-yes">2x</span>
141155
<span class="cline-any cline-yes">2x</span>
@@ -240,9 +254,16 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
240254
/**
241255
* Computes the row and column scaling factors intended to equilibrate a symmetric positive definite matrix `A` in packed storage and reduce it's condition number (with respect to the two-norm).
242256
*
257+
* ## Notes
258+
*
259+
* - the function returns `0` if it sucessfully exits.
260+
* - if the function returns an integer `i` greater then zero then the `i`th diagonal element was non positive.
261+
* - the first indexed element of `out` represents `scond` and the second indexed elements represents `amax`, if it `scond` &gt;= 0.1 and `amax` is not close to overflow/underflow then it is not worth scaling by `S`.
262+
* - if `amax` is too close to overflow/underflow, the matrix should be scaled.
263+
*
243264
* @param {string} order - storage layout
244265
* @param {string} uplo - specifies whether upper or lower triangle of `A` is stored ( `upper` or `lower` )
245-
* @param {NonNegativeInteger} N - order of the matrix `A`
266+
* @param {NonNegativeInteger} N - number of rows/columns in `A`
246267
* @param {Float64Array} AP - array containing the upper or lower triangle of `A` in packed form, expectes `N * ( N + 1 ) / 2` indexed elements
247268
* @param {Float64Array} S - array to store the scale factors of `A`, expects `N` indexed elements
248269
* @param {Float64Array} out - array to store the output
@@ -286,7 +307,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
286307
<div class='footer quiet pad2 space-top1 center small'>
287308
Code coverage generated by
288309
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
289-
at 2025-05-27T11:20:32.882Z
310+
at 2025-05-27T15:05:23.264Z
290311
</div>
291312
<script src="../../../../prettify.js"></script>
292313
<script>

lapack/base/dppequ/index.html

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

3131

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

5252

@@ -84,13 +84,13 @@ <h1><a href="../../../../index.html">All files</a> lapack/base/dppequ/lib</h1>
8484
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
8585
</td>
8686
<td data-value="100" class="pct high">100%</td>
87-
<td data-value="132" class="abs high">132/132</td>
87+
<td data-value="139" class="abs high">139/139</td>
8888
<td data-value="100" class="pct high">100%</td>
8989
<td data-value="14" class="abs high">14/14</td>
9090
<td data-value="100" class="pct high">100%</td>
9191
<td data-value="1" class="abs high">1/1</td>
9292
<td data-value="100" class="pct high">100%</td>
93-
<td data-value="132" class="abs high">132/132</td>
93+
<td data-value="139" class="abs high">139/139</td>
9494
</tr>
9595

9696
<tr>
@@ -99,13 +99,13 @@ <h1><a href="../../../../index.html">All files</a> lapack/base/dppequ/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="72" class="abs high">72/72</td>
102+
<td data-value="79" class="abs high">79/79</td>
103103
<td data-value="100" class="pct high">100%</td>
104104
<td data-value="8" class="abs high">8/8</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="72" class="abs high">72/72</td>
108+
<td data-value="79" class="abs high">79/79</td>
109109
</tr>
110110

111111
<tr>
@@ -144,13 +144,13 @@ <h1><a href="../../../../index.html">All files</a> lapack/base/dppequ/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="78" class="abs high">78/78</td>
147+
<td data-value="85" class="abs high">85/85</td>
148148
<td data-value="100" class="pct high">100%</td>
149149
<td data-value="8" class="abs high">8/8</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="78" class="abs high">78/78</td>
153+
<td data-value="85" class="abs high">85/85</td>
154154
</tr>
155155

156156
</tbody>
@@ -161,7 +161,7 @@ <h1><a href="../../../../index.html">All files</a> lapack/base/dppequ/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-27T11:20:32.882Z
164+
at 2025-05-27T15:05:23.264Z
165165
</div>
166166
<script src="../../../../prettify.js"></script>
167167
<script>

lapack/base/dppequ/index.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-05-27T11:20:32.882Z
289+
at 2025-05-27T15:05:23.264Z
290290
</div>
291291
<script src="../../../../prettify.js"></script>
292292
<script>

lapack/base/dppequ/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-27T11:20:32.882Z
178+
at 2025-05-27T15:05:23.264Z
179179
</div>
180180
<script src="../../../../prettify.js"></script>
181181
<script>

lapack/base/dppequ/ndarray.js.html

Lines changed: 26 additions & 5 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'>78/78</span>
28+
<span class='fraction'>85/85</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'>78/78</span>
49+
<span class='fraction'>85/85</span>
5050
</div>
5151

5252

@@ -141,7 +141,21 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
141141
<a name='L76'></a><a href='#L76'>76</a>
142142
<a name='L77'></a><a href='#L77'>77</a>
143143
<a name='L78'></a><a href='#L78'>78</a>
144-
<a name='L79'></a><a href='#L79'>79</a></td><td class="line-coverage quiet"><span class="cline-any cline-yes">2x</span>
144+
<a name='L79'></a><a href='#L79'>79</a>
145+
<a name='L80'></a><a href='#L80'>80</a>
146+
<a name='L81'></a><a href='#L81'>81</a>
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></td><td class="line-coverage quiet"><span class="cline-any cline-yes">2x</span>
152+
<span class="cline-any cline-yes">2x</span>
153+
<span class="cline-any cline-yes">2x</span>
154+
<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>
145159
<span class="cline-any cline-yes">2x</span>
146160
<span class="cline-any cline-yes">2x</span>
147161
<span class="cline-any cline-yes">2x</span>
@@ -252,9 +266,16 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
252266
/**
253267
* Computes the row and column scaling factors intended to equilibrate a symmetric positive definite matrix `A` in packed storage and reduce it's condition number (with respect to the two-norm) using alternative indexing semantics.
254268
*
269+
* ## Notes
270+
*
271+
* - the function returns `0` if it sucessfully exits.
272+
* - if the function returns an integer `i` greater then zero then the `i`th diagonal element was non positive.
273+
* - the first indexed element of `out` represents `scond` and the second indexed elements represents `amax`, if it `scond` &gt;= 0.1 and `amax` is not close to overflow/underflow then it is not worth scaling by `S`.
274+
* - if `amax` is too close to overflow/underflow, the matrix should be scaled.
275+
*
255276
* @param {string} order - storage layout
256277
* @param {string} uplo - specifies whether upper or lower triangle of `A` is stored ( `upper` or `lower` )
257-
* @param {NonNegativeInteger} N - order of the matrix `A`
278+
* @param {NonNegativeInteger} N - number of rows/columns in `A`
258279
* @param {Float64Array} AP - array containing the upper or lower triangle of `A` in packed form, expectes `N * ( N + 1 ) / 2` indexed elements
259280
* @param {integer} strideAP - stride length for `AP`
260281
* @param {integer} offsetAP - starting index for `AP`
@@ -304,7 +325,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
304325
<div class='footer quiet pad2 space-top1 center small'>
305326
Code coverage generated by
306327
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
307-
at 2025-05-27T11:20:32.882Z
328+
at 2025-05-27T15:05:23.264Z
308329
</div>
309330
<script src="../../../../prettify.js"></script>
310331
<script>

0 commit comments

Comments
 (0)