Skip to content

Commit bea4c01

Browse files
committed
Update artifacts
1 parent 1ed3d7f commit bea4c01

File tree

7 files changed

+32
-32
lines changed

7 files changed

+32
-32
lines changed

lapack/base/dlartg/base.js.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -348,16 +348,16 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
348348
* ```
349349
*
350350
* @private
351-
* @param {Float64Array} F - single element array representing the first component of the vector to be rotated
352-
* @param {NonNegativeInteger} offsetF - starting index for `F`
353-
* @param {Float64Array} G - single element array representing the second component of the vector to be rotated
354-
* @param {NonNegativeInteger} offsetG - starting index for `G`
355-
* @param {Float64Array} C - single element array overwritten by the cosine of the rotation
356-
* @param {NonNegativeInteger} offsetC - starting index for `C`
357-
* @param {Float64Array} S - single element array overwritten by the sine of the rotation
358-
* @param {NonNegativeInteger} offsetS - starting index for `S`
359-
* @param {Float64Array} R - single element array overwritten by the length of the rotated vector
360-
* @param {NonNegativeInteger} offsetR - starting index for `R`
351+
* @param {Float64Array} F - single element array containing the first component of the vector to be rotated
352+
* @param {NonNegativeInteger} offsetF - index of the element in `F`
353+
* @param {Float64Array} G - single element array containing the second component of the vector to be rotated
354+
* @param {NonNegativeInteger} offsetG - index of the element in `G`
355+
* @param {Float64Array} C - single element array which is overwritten by the cosine of the rotation
356+
* @param {NonNegativeInteger} offsetC - index of the element in `C`
357+
* @param {Float64Array} S - single element array which is overwritten by the sine of the rotation
358+
* @param {NonNegativeInteger} offsetS - index of the element in `S`
359+
* @param {Float64Array} R - single element array which is overwritten by the length of the rotated vector
360+
* @param {NonNegativeInteger} offsetR - index of the element in `R`
361361
* @returns {void}
362362
*
363363
* @example
@@ -421,7 +421,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
421421
<div class='footer quiet pad2 space-top1 center small'>
422422
Code coverage generated by
423423
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
424-
at 2025-08-19T09:17:35.706Z
424+
at 2025-08-19T09:36:55.570Z
425425
</div>
426426
<script src="../../../../prettify.js"></script>
427427
<script>

lapack/base/dlartg/coverage.ndjson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[356,356,100,17,17,100,3,3,100,356,356,100,"98232f7db5f8c866af694d6b6c984e9f5129c073","2025-08-19 14:45:35 +0530"]
1+
[356,356,100,17,17,100,3,3,100,356,356,100,"3ab882564846af280beb6b8efcf20d7ca4aee3ca","2025-08-19 15:05:13 +0530"]

lapack/base/dlartg/dlartg.js.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -229,11 +229,11 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
229229
* \(\begin{bmatrix} C &amp; S \\ -S &amp; C \end{bmatrix} \begin{bmatrix} F \\ G \end{bmatrix} = \begin{bmatrix} R \\ 0 \end{bmatrix}\)
230230
* ```
231231
*
232-
* @param {Float64Array} F - single element array representing the first component of the vector to be rotated
233-
* @param {Float64Array} G - single element array representing the second component of the vector to be rotated
234-
* @param {Float64Array} C - single element array overwritten by the cosine of the rotation
235-
* @param {Float64Array} S - single element array overwritten by the sine of the rotation
236-
* @param {Float64Array} R - single element array overwritten by the length of the rotated vector
232+
* @param {Float64Array} F - single element array containing the first component of the vector to be rotated
233+
* @param {Float64Array} G - single element array containing the second component of the vector to be rotated
234+
* @param {Float64Array} C - single element array which is overwritten by the cosine of the rotation
235+
* @param {Float64Array} S - single element array which is overwritten by the sine of the rotation
236+
* @param {Float64Array} R - single element array which is overwritten by the length of the rotated vector
237237
* @returns {void}
238238
*
239239
* @example
@@ -265,7 +265,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
265265
<div class='footer quiet pad2 space-top1 center small'>
266266
Code coverage generated by
267267
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
268-
at 2025-08-19T09:17:35.706Z
268+
at 2025-08-19T09:36:55.570Z
269269
</div>
270270
<script src="../../../../prettify.js"></script>
271271
<script>

lapack/base/dlartg/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/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-08-19T09:17:35.706Z
164+
at 2025-08-19T09:36:55.570Z
165165
</div>
166166
<script src="../../../../prettify.js"></script>
167167
<script>

lapack/base/dlartg/index.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
277277
<div class='footer quiet pad2 space-top1 center small'>
278278
Code coverage generated by
279279
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
280-
at 2025-08-19T09:17:35.706Z
280+
at 2025-08-19T09:36:55.570Z
281281
</div>
282282
<script src="../../../../prettify.js"></script>
283283
<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-08-19T09:17:35.706Z
178+
at 2025-08-19T09:36:55.570Z
179179
</div>
180180
<script src="../../../../prettify.js"></script>
181181
<script>

lapack/base/dlartg/ndarray.js.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -239,16 +239,16 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
239239
* \(\begin{bmatrix} C &amp; S \\ -S &amp; C \end{bmatrix} \begin{bmatrix} F \\ G \end{bmatrix} = \begin{bmatrix} R \\ 0 \end{bmatrix}\)
240240
* ```
241241
*
242-
* @param {Float64Array} F - single element array representing the first component of the vector to be rotated
243-
* @param {NonNegativeInteger} offsetF - starting index for `F`
244-
* @param {Float64Array} G - single element array representing the second component of the vector to be rotated
245-
* @param {NonNegativeInteger} offsetG - starting index for `G`
246-
* @param {Float64Array} C - single element array overwritten by the cosine of the rotation
247-
* @param {NonNegativeInteger} offsetC - starting index for `C`
248-
* @param {Float64Array} S - single element array overwritten by the sine of the rotation
249-
* @param {NonNegativeInteger} offsetS - starting index for `S`
250-
* @param {Float64Array} R - single element array overwritten by the length of the rotated vector
251-
* @param {NonNegativeInteger} offsetR - starting index for `R`
242+
* @param {Float64Array} F - single element array containing the first component of the vector to be rotated
243+
* @param {NonNegativeInteger} offsetF - index of the element in `F`
244+
* @param {Float64Array} G - single element array containing the second component of the vector to be rotated
245+
* @param {NonNegativeInteger} offsetG - index of the element in `G`
246+
* @param {Float64Array} C - single element array which is overwritten by the cosine of the rotation
247+
* @param {NonNegativeInteger} offsetC - index of the element in `C`
248+
* @param {Float64Array} S - single element array which is overwritten by the sine of the rotation
249+
* @param {NonNegativeInteger} offsetS - index of the element in `S`
250+
* @param {Float64Array} R - single element array which is overwritten by the length of the rotated vector
251+
* @param {NonNegativeInteger} offsetR - index of the element in `R`
252252
* @returns {void}
253253
*
254254
* @example
@@ -280,7 +280,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
280280
<div class='footer quiet pad2 space-top1 center small'>
281281
Code coverage generated by
282282
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
283-
at 2025-08-19T09:17:35.706Z
283+
at 2025-08-19T09:36:55.570Z
284284
</div>
285285
<script src="../../../../prettify.js"></script>
286286
<script>

0 commit comments

Comments
 (0)