Skip to content

Commit 6d8d8a3

Browse files
committed
Update artifacts
1 parent e9ea4bf commit 6d8d8a3

File tree

7 files changed

+60
-36
lines changed

7 files changed

+60
-36
lines changed

lapack/base/dlartg/base.js.html

Lines changed: 12 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'>114/114</span>
28+
<span class='fraction'>116/116</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'>114/114</span>
49+
<span class='fraction'>116/116</span>
5050
</div>
5151

5252

@@ -177,7 +177,11 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
177177
<a name='L112'></a><a href='#L112'>112</a>
178178
<a name='L113'></a><a href='#L113'>113</a>
179179
<a name='L114'></a><a href='#L114'>114</a>
180-
<a name='L115'></a><a href='#L115'>115</a></td><td class="line-coverage quiet"><span class="cline-any cline-yes">3x</span>
180+
<a name='L115'></a><a href='#L115'>115</a>
181+
<a name='L116'></a><a href='#L116'>116</a>
182+
<a name='L117'></a><a href='#L117'>117</a></td><td class="line-coverage quiet"><span class="cline-any cline-yes">3x</span>
183+
<span class="cline-any cline-yes">3x</span>
184+
<span class="cline-any cline-yes">3x</span>
181185
<span class="cline-any cline-yes">3x</span>
182186
<span class="cline-any cline-yes">3x</span>
183187
<span class="cline-any cline-yes">3x</span>
@@ -332,7 +336,9 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
332336
// MAIN //
333337
&nbsp;
334338
/**
335-
* Generates a plane rotation of a vector such that the following equation is satisfied.
339+
* Constructs a Givens rotation of a two-dimensional vector that zeros out the second component.
340+
*
341+
* For a two-dimensional vector ( f, g ) it computes the sine `S`, cosine `C` and the resultant `R` such that the following equation is satisfied:
336342
*
337343
* ```tex
338344
* \(\begin{bmatrix} C &amp; S \\ -S &amp; C \end{bmatrix} \begin{bmatrix} F \\ G \end{bmatrix} = \begin{bmatrix} R \\ 0 \end{bmatrix}\)
@@ -347,7 +353,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
347353
* @param {NonNegativeInteger} offsetC - starting index for `C`
348354
* @param {Float64Array} S - single element array overwritten by the sine of the rotation
349355
* @param {NonNegativeInteger} offsetS - starting index for `S`
350-
* @param {Float64Array} R - single element array overwritten by the non-zero component of the rotated vector
356+
* @param {Float64Array} R - single element array overwritten by the length of the rotated vector
351357
* @param {NonNegativeInteger} offsetR - starting index for `R`
352358
* @returns {void}
353359
*
@@ -412,7 +418,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
412418
<div class='footer quiet pad2 space-top1 center small'>
413419
Code coverage generated by
414420
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
415-
at 2025-07-09T13:29:31.264Z
421+
at 2025-07-10T08:38:33.514Z
416422
</div>
417423
<script src="../../../../prettify.js"></script>
418424
<script>

lapack/base/dlartg/coverage.ndjson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[347,347,100,17,17,100,3,3,100,347,347,100,"efbae24f043d05f59ee60e77df5ba3c393a59875","2025-07-09 13:22:52 +0000"]
1+
[355,355,100,17,17,100,3,3,100,355,355,100,"600710a265cce6fa4b2ef38caf6af697d58d3b01","2025-07-10 08:36:04 +0000"]

lapack/base/dlartg/dlartg.js.html

Lines changed: 12 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'>63/63</span>
28+
<span class='fraction'>65/65</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'>63/63</span>
49+
<span class='fraction'>65/65</span>
5050
</div>
5151

5252

@@ -126,7 +126,11 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
126126
<a name='L61'></a><a href='#L61'>61</a>
127127
<a name='L62'></a><a href='#L62'>62</a>
128128
<a name='L63'></a><a href='#L63'>63</a>
129-
<a name='L64'></a><a href='#L64'>64</a></td><td class="line-coverage quiet"><span class="cline-any cline-yes">2x</span>
129+
<a name='L64'></a><a href='#L64'>64</a>
130+
<a name='L65'></a><a href='#L65'>65</a>
131+
<a name='L66'></a><a href='#L66'>66</a></td><td class="line-coverage quiet"><span class="cline-any cline-yes">2x</span>
132+
<span class="cline-any cline-yes">2x</span>
133+
<span class="cline-any cline-yes">2x</span>
130134
<span class="cline-any cline-yes">2x</span>
131135
<span class="cline-any cline-yes">2x</span>
132136
<span class="cline-any cline-yes">2x</span>
@@ -217,7 +221,9 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
217221
// MAIN //
218222
&nbsp;
219223
/**
220-
* Generates a plane rotation of a vector such that the following equation is satisfied.
224+
* Constructs a Givens rotation of a two-dimensional vector that zeros out the second component.
225+
*
226+
* For a two-dimensional vector ( f, g ) it computes the sine `S`, cosine `C` and the resultant `R` such that the following equation is satisfied:
221227
*
222228
* ```tex
223229
* \(\begin{bmatrix} C &amp; S \\ -S &amp; C \end{bmatrix} \begin{bmatrix} F \\ G \end{bmatrix} = \begin{bmatrix} R \\ 0 \end{bmatrix}\)
@@ -227,7 +233,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
227233
* @param {Float64Array} G - single element array representing the second component of the vector to be rotated
228234
* @param {Float64Array} C - single element array overwritten by the cosine of the rotation
229235
* @param {Float64Array} S - single element array overwritten by the sine of the rotation
230-
* @param {Float64Array} R - single element array overwritten by the non-zero component of the rotated vector
236+
* @param {Float64Array} R - single element array overwritten by the length of the rotated vector
231237
* @returns {void}
232238
*
233239
* @example
@@ -259,7 +265,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
259265
<div class='footer quiet pad2 space-top1 center small'>
260266
Code coverage generated by
261267
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
262-
at 2025-07-09T13:29:31.264Z
268+
at 2025-07-10T08:38:33.514Z
263269
</div>
264270
<script src="../../../../prettify.js"></script>
265271
<script>

lapack/base/dlartg/index.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h1><a href="../../../../index.html">All files</a> lapack/base/dlartg/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'>347/347</span>
28+
<span class='fraction'>355/355</span>
2929
</div>
3030

3131

@@ -46,7 +46,7 @@ <h1><a href="../../../../index.html">All files</a> lapack/base/dlartg/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'>347/347</span>
49+
<span class='fraction'>355/355</span>
5050
</div>
5151

5252

@@ -84,13 +84,13 @@ <h1><a href="../../../../index.html">All files</a> lapack/base/dlartg/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="114" class="abs high">114/114</td>
87+
<td data-value="116" class="abs high">116/116</td>
8888
<td data-value="100" class="pct high">100%</td>
8989
<td data-value="9" class="abs high">9/9</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="114" class="abs high">114/114</td>
93+
<td data-value="116" class="abs high">116/116</td>
9494
</tr>
9595

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

111111
<tr>
@@ -114,13 +114,13 @@ <h1><a href="../../../../index.html">All files</a> lapack/base/dlartg/lib</h1>
114114
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
115115
</td>
116116
<td data-value="100" class="pct high">100%</td>
117-
<td data-value="67" class="abs high">67/67</td>
117+
<td data-value="69" class="abs high">69/69</td>
118118
<td data-value="100" class="pct high">100%</td>
119119
<td data-value="3" class="abs high">3/3</td>
120120
<td data-value="100" class="pct high">100%</td>
121121
<td data-value="0" class="abs high">0/0</td>
122122
<td data-value="100" class="pct high">100%</td>
123-
<td data-value="67" class="abs high">67/67</td>
123+
<td data-value="69" class="abs high">69/69</td>
124124
</tr>
125125

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

156156
</tbody>
@@ -161,7 +161,7 @@ <h1><a href="../../../../index.html">All files</a> lapack/base/dlartg/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-07-09T13:29:31.264Z
164+
at 2025-07-10T08:38:33.514Z
165165
</div>
166166
<script src="../../../../prettify.js"></script>
167167
<script>

lapack/base/dlartg/index.js.html

Lines changed: 11 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'>67/67</span>
28+
<span class='fraction'>69/69</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'>67/67</span>
49+
<span class='fraction'>69/69</span>
5050
</div>
5151

5252

@@ -130,7 +130,11 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
130130
<a name='L65'></a><a href='#L65'>65</a>
131131
<a name='L66'></a><a href='#L66'>66</a>
132132
<a name='L67'></a><a href='#L67'>67</a>
133-
<a name='L68'></a><a href='#L68'>68</a></td><td class="line-coverage quiet"><span class="cline-any cline-yes">3x</span>
133+
<a name='L68'></a><a href='#L68'>68</a>
134+
<a name='L69'></a><a href='#L69'>69</a>
135+
<a name='L70'></a><a href='#L70'>70</a></td><td class="line-coverage quiet"><span class="cline-any cline-yes">3x</span>
136+
<span class="cline-any cline-yes">3x</span>
137+
<span class="cline-any cline-yes">3x</span>
134138
<span class="cline-any cline-yes">3x</span>
135139
<span class="cline-any cline-yes">3x</span>
136140
<span class="cline-any cline-yes">3x</span>
@@ -218,7 +222,9 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
218222
'use strict';
219223
&nbsp;
220224
/**
221-
* LAPACK routine to generate a plane rotation of a vector such that the following equation is satisfied.
225+
* LAPACK routine to construct a Givens rotation of a two-dimensional vector that zeros out the second component.
226+
*
227+
* For a two-dimensional vector ( f, g ) it computes the sine `S`, cosine `C` and the resultant `R` such that the following equation is satisfied:
222228
*
223229
* ```tex
224230
* \(\begin{bmatrix} C &amp; S \\ -S &amp; C \end{bmatrix} \begin{bmatrix} F \\ G \end{bmatrix} = \begin{bmatrix} R \\ 0 \end{bmatrix}\)
@@ -271,7 +277,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
271277
<div class='footer quiet pad2 space-top1 center small'>
272278
Code coverage generated by
273279
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
274-
at 2025-07-09T13:29:31.264Z
280+
at 2025-07-10T08:38:33.514Z
275281
</div>
276282
<script src="../../../../prettify.js"></script>
277283
<script>

lapack/base/dlartg/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-07-09T13:29:31.264Z
178+
at 2025-07-10T08:38:33.514Z
179179
</div>
180180
<script src="../../../../prettify.js"></script>
181181
<script>

lapack/base/dlartg/ndarray.js.html

Lines changed: 12 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'>68/68</span>
28+
<span class='fraction'>70/70</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'>68/68</span>
49+
<span class='fraction'>70/70</span>
5050
</div>
5151

5252

@@ -131,7 +131,11 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
131131
<a name='L66'></a><a href='#L66'>66</a>
132132
<a name='L67'></a><a href='#L67'>67</a>
133133
<a name='L68'></a><a href='#L68'>68</a>
134-
<a name='L69'></a><a href='#L69'>69</a></td><td class="line-coverage quiet"><span class="cline-any cline-yes">2x</span>
134+
<a name='L69'></a><a href='#L69'>69</a>
135+
<a name='L70'></a><a href='#L70'>70</a>
136+
<a name='L71'></a><a href='#L71'>71</a></td><td class="line-coverage quiet"><span class="cline-any cline-yes">2x</span>
137+
<span class="cline-any cline-yes">2x</span>
138+
<span class="cline-any cline-yes">2x</span>
135139
<span class="cline-any cline-yes">2x</span>
136140
<span class="cline-any cline-yes">2x</span>
137141
<span class="cline-any cline-yes">2x</span>
@@ -227,7 +231,9 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
227231
// MAIN //
228232
&nbsp;
229233
/**
230-
* Generates a plane rotation of a vector using alternative indexing semantics such that the following equation is satisfied.
234+
* Constructs a Givens rotation of a two-dimensional vector that zeros out the second component.
235+
*
236+
* For a two-dimensional vector ( f, g ) it computes the sine `S`, cosine `C` and the resultant `R` such that the following equation is satisfied:
231237
*
232238
* ```tex
233239
* \(\begin{bmatrix} C &amp; S \\ -S &amp; C \end{bmatrix} \begin{bmatrix} F \\ G \end{bmatrix} = \begin{bmatrix} R \\ 0 \end{bmatrix}\)
@@ -241,7 +247,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
241247
* @param {NonNegativeInteger} offsetC - starting index for `C`
242248
* @param {Float64Array} S - single element array overwritten by the sine of the rotation
243249
* @param {NonNegativeInteger} offsetS - starting index for `S`
244-
* @param {Float64Array} R - single element array overwritten by the non-zero component of the rotated vector
250+
* @param {Float64Array} R - single element array overwritten by the length of the rotated vector
245251
* @param {NonNegativeInteger} offsetR - starting index for `R`
246252
* @returns {void}
247253
*
@@ -274,7 +280,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
274280
<div class='footer quiet pad2 space-top1 center small'>
275281
Code coverage generated by
276282
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
277-
at 2025-07-09T13:29:31.264Z
283+
at 2025-07-10T08:38:33.514Z
278284
</div>
279285
<script src="../../../../prettify.js"></script>
280286
<script>

0 commit comments

Comments
 (0)