Skip to content

Commit b8cb9a3

Browse files
committed
Update artifacts
1 parent 34cf14e commit b8cb9a3

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

lapack/base/dgebak/base.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
376376
*
377377
* @private
378378
* @param {string} job - type of transformation.
379-
* @param {string} side - side for scaling (`right` or `left`).
379+
* @param {string} side - specifies the side of the eigenvectors in `V` (`right` or `left`).
380380
* @param {NonNegativeInteger} N - number of rows in matrix `V`
381381
* @param {NonNegativeInteger} M - number of columns in matrix `V`
382382
* @param {NonNegativeInteger} ilo - index of leftmost column of the submatrix
@@ -475,7 +475,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
475475
<div class='footer quiet pad2 space-top1 center small'>
476476
Code coverage generated by
477477
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
478-
at 2025-05-21T11:46:14.882Z
478+
at 2025-05-21T13:12:15.026Z
479479
</div>
480480
<script src="../../../../prettify.js"></script>
481481
<script>

lapack/base/dgebak/coverage.ndjson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[402,406,99.0148,62,64,96.875,3,3,100,402,406,99.0148,"fc78f96473069f4242419c746a37aa23b63ff645","2025-05-21 11:38:55 +0000"]
1+
[402,406,99.0148,62,64,96.875,3,3,100,402,406,99.0148,"e1d65b2e57593519491a2834da47a58badbcbaf2","2025-05-21 13:05:08 +0000"]

lapack/base/dgebak/dgebak.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
305305
*
306306
* @param {string} order - storage layout
307307
* @param {string} job - type of transformation.
308-
* @param {string} side - side for scaling (`right` or `left`).
308+
* @param {string} side - specifies the side of the eigenvectors in `V` (`right` or `left`)
309309
* @param {NonNegativeInteger} N - number of rows in matrix `V`
310310
* @param {NonNegativeInteger} M - number of columns in matrix `V`
311311
* @param {NonNegativeInteger} ilo - index of leftmost column of the submatrix
@@ -364,7 +364,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
364364
<div class='footer quiet pad2 space-top1 center small'>
365365
Code coverage generated by
366366
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
367-
at 2025-05-21T11:46:14.882Z
367+
at 2025-05-21T13:12:15.026Z
368368
</div>
369369
<script src="../../../../prettify.js"></script>
370370
<script>

lapack/base/dgebak/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/dgebak/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-21T11:46:14.882Z
164+
at 2025-05-21T13:12:15.026Z
165165
</div>
166166
<script src="../../../../prettify.js"></script>
167167
<script>

lapack/base/dgebak/index.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
244244
<div class='footer quiet pad2 space-top1 center small'>
245245
Code coverage generated by
246246
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
247-
at 2025-05-21T11:46:14.882Z
247+
at 2025-05-21T13:12:15.026Z
248248
</div>
249249
<script src="../../../../prettify.js"></script>
250250
<script>

lapack/base/dgebak/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-21T11:46:14.882Z
178+
at 2025-05-21T13:12:15.026Z
179179
</div>
180180
<script src="../../../../prettify.js"></script>
181181
<script>

lapack/base/dgebak/ndarray.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
264264
* - `both`: both permute and scale
265265
*
266266
* @param {string} job - type of transformation.
267-
* @param {string} side - side for scaling (`right` or `left`).
267+
* @param {string} side - specifies the side of the eigenvectors in `V` (`right` or `left`).
268268
* @param {NonNegativeInteger} N - number of rows in matrix `V`
269269
* @param {NonNegativeInteger} M - number of columns in matrix `V`
270270
* @param {NonNegativeInteger} ilo - index of leftmost column of the submatrix
@@ -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-21T11:46:14.882Z
313+
at 2025-05-21T13:12:15.026Z
314314
</div>
315315
<script src="../../../../prettify.js"></script>
316316
<script>

0 commit comments

Comments
 (0)