Skip to content

Commit e251dd5

Browse files
committed
Update artifacts
1 parent 775f070 commit e251dd5

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

lapack/base/dlaqr1/base.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
339339
// MAIN //
340340
&nbsp;
341341
/**
342-
* Given a 2-by-2 or a 3-by-3 matrix `H`, this function sets `V` to a scalar multiple of the first column of `K` where `K = (H - (sr1 + i*si1)*I)*(H - (sr2 + i*si2)*I)`.
342+
* Computes the scalar multiple of the first column of `K` where `K = (H - Z1)*(H - Z2)` for a 2-by-2 or a 3-by-3 matrix `H` and where `Z1 = z1*I`, `Z2 = z2*I`, `z1 = a + bi`, `z2 = c + di`, and `I` is the identity matrix.
343343
*
344344
* ## Notes
345345
*
@@ -442,7 +442,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
442442
<div class='footer quiet pad2 space-top1 center small'>
443443
Code coverage generated by
444444
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
445-
at 2025-08-19T08:08:27.948Z
445+
at 2025-08-19T08:27:01.674Z
446446
</div>
447447
<script src="../../../../prettify.js"></script>
448448
<script>

lapack/base/dlaqr1/coverage.ndjson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[387,387,100,27,27,100,3,3,100,387,387,100,"377dcf2628f19f2ed00219023b6eedd2c27dcad8","2025-08-19 13:35:51 +0530"]
1+
[387,387,100,27,27,100,3,3,100,387,387,100,"21e1ab2042186137a9c09948bd2d118e215c1b24","2025-08-19 13:54:45 +0530"]

lapack/base/dlaqr1/dlaqr1.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
278278
// MAIN //
279279
&nbsp;
280280
/**
281-
* Given a 2-by-2 or a 3-by-3 matrix `H`, this function sets `V` to a scalar multiple of the first column of `K` where `K = (H - (sr1 + i*si1)*I)*(H - (sr2 + i*si2)*I)`.
281+
* Computes the scalar multiple of the first column of `K` where `K = (H - Z1)*(H - Z2)` for a 2-by-2 or a 3-by-3 matrix `H` and where `Z1 = z1*I`, `Z2 = z2*I`, `z1 = a + bi`, `z2 = c + di`, and `I` is the identity matrix.
282282
*
283283
* ## Notes
284284
*
@@ -343,7 +343,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
343343
<div class='footer quiet pad2 space-top1 center small'>
344344
Code coverage generated by
345345
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
346-
at 2025-08-19T08:08:27.948Z
346+
at 2025-08-19T08:27:01.674Z
347347
</div>
348348
<script src="../../../../prettify.js"></script>
349349
<script>

lapack/base/dlaqr1/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/dlaqr1/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-19T08:08:27.948Z
164+
at 2025-08-19T08:27:01.674Z
165165
</div>
166166
<script src="../../../../prettify.js"></script>
167167
<script>

lapack/base/dlaqr1/index.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
212212
'use strict';
213213
&nbsp;
214214
/**
215-
* Given a 2-by-2 or a 3-by-3 matrix `H`, this LAPACK routine sets `V` to a scalar multiple of the first column of `K` where `K = (H - (sr1 + i*si1)*I)*(H - (sr2 + i*si2)*I)`.
215+
* Compute the scalar multiple of the first column of `K` where `K = (H - Z1)*(H - Z2)` for a 2-by-2 or a 3-by-3 matrix `H` and where `Z1 = z1*I`, `Z2 = z2*I`, `z1 = a + bi`, `z2 = c + di`, and `I` is the identity matrix.
216216
*
217217
* ## Notes
218218
*
@@ -262,7 +262,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
262262
<div class='footer quiet pad2 space-top1 center small'>
263263
Code coverage generated by
264264
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
265-
at 2025-08-19T08:08:27.948Z
265+
at 2025-08-19T08:27:01.674Z
266266
</div>
267267
<script src="../../../../prettify.js"></script>
268268
<script>

lapack/base/dlaqr1/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-19T08:08:27.948Z
178+
at 2025-08-19T08:27:01.674Z
179179
</div>
180180
<script src="../../../../prettify.js"></script>
181181
<script>

lapack/base/dlaqr1/ndarray.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
238238
// MAIN //
239239
&nbsp;
240240
/**
241-
* Given a 2-by-2 or a 3-by-3 matrix `H`, this function sets `V` to a scalar multiple of the first column of `K` where `K = (H - (sr1 + i*si1)*I)*(H - (sr2 + i*si2)*I)` using alternative indexing semantics.
241+
* Computes the scalar multiple of the first column of `K` where `K = (H - Z1)*(H - Z2)` for a 2-by-2 or a 3-by-3 matrix `H` using alternative indexing semantics and where `Z1 = z1*I`, `Z2 = z2*I`, `z1 = a + bi`, `z2 = c + di`, and `I` is the identity matrix.
242242
*
243243
* ## Notes
244244
*
@@ -289,7 +289,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
289289
<div class='footer quiet pad2 space-top1 center small'>
290290
Code coverage generated by
291291
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
292-
at 2025-08-19T08:08:27.948Z
292+
at 2025-08-19T08:27:01.674Z
293293
</div>
294294
<script src="../../../../prettify.js"></script>
295295
<script>

0 commit comments

Comments
 (0)