Skip to content

Commit 120077b

Browse files
committed
Update artifacts
1 parent 411d6bd commit 120077b

File tree

8 files changed

+268
-103
lines changed

8 files changed

+268
-103
lines changed

lapack/base/dlange/base.js.html

Lines changed: 243 additions & 78 deletions
Large diffs are not rendered by default.

lapack/base/dlange/coverage.ndjson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[628,628,100,46,48,95.8333,7,7,100,628,628,100,"d0d96eded33302fec572e5e2e36c854c1d33dfd3","2025-06-06 05:42:23 +0000"]
1+
[683,683,100,51,55,92.7273,7,7,100,683,683,100,"44c54a93014116c2d71939e42ac8b1dfb73763ee","2025-06-06 08:20:16 +0000"]

lapack/base/dlange/dlange.js.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -288,10 +288,10 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
288288
*
289289
* ## Notes
290290
*
291-
* - use `norm` = `max`, to calculate the element with the largest absolute value
292-
* - use `norm` = `one`, to calculate the one norm
293-
* - use `norm` = `infinity`, to calculate the infinity norm
294-
* - use `norm` = `frobenius`, to calculate the frobenius norm
291+
* - use `norm` = `max` to calculate the element with the largest absolute value
292+
* - use `norm` = `one` to calculate the one norm, work should have `N` indexed elements if row-major layout is used
293+
* - use `norm` = `infinity` to calculate the infinity norm, work should have `M` indexed elements if column-major layout is used
294+
* - use `norm` = `frobenius` to calculate the frobenius norm
295295
*
296296
* @private
297297
* @param {string} order - storage layout
@@ -300,7 +300,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
300300
* @param {NonNegativeInteger} N - number of columns in `A`
301301
* @param {Float64Array} A - input array
302302
* @param {PositiveInteger} LDA - stride of the first dimension of `A` (a.k.a., leading dimension of the matrix `A`)
303-
* @param {Float64Array} work - only used to compute the infinity norm, should have `M` indexed elements if computing the infinity norm otherwise it's fine to pass a dummy array
303+
* @param {Float64Array} work - temporary workspace array
304304
* @throws {TypeError} first argument must be a valid order
305305
* @throws {TypeError} second argument must be a valid operation
306306
* @throws {RangeError} sixth argument must be greater than or equal to max(1,N)
@@ -349,7 +349,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
349349
<div class='footer quiet pad2 space-top1 center small'>
350350
Code coverage generated by
351351
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
352-
at 2025-06-06T05:44:14.001Z
352+
at 2025-06-06T08:30:05.481Z
353353
</div>
354354
<script src="../../../../prettify.js"></script>
355355
<script>

lapack/base/dlange/index.html

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

3131

3232
<div class='fl pad1y space-right2'>
33-
<span class="strong">95.83% </span>
33+
<span class="strong">92.72% </span>
3434
<span class="quiet">Branches</span>
35-
<span class='fraction'>46/48</span>
35+
<span class='fraction'>51/55</span>
3636
</div>
3737

3838

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

5252

@@ -84,13 +84,13 @@ <h1><a href="../../../../index.html">All files</a> lapack/base/dlange/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="307" class="abs high">307/307</td>
88-
<td data-value="92.85" class="pct high">92.85%</td>
89-
<td data-value="28" class="abs high">26/28</td>
87+
<td data-value="362" class="abs high">362/362</td>
88+
<td data-value="88.57" class="pct high">88.57%</td>
89+
<td data-value="35" class="abs high">31/35</td>
9090
<td data-value="100" class="pct high">100%</td>
9191
<td data-value="5" class="abs high">5/5</td>
9292
<td data-value="100" class="pct high">100%</td>
93-
<td data-value="307" class="abs high">307/307</td>
93+
<td data-value="362" class="abs high">362/362</td>
9494
</tr>
9595

9696
<tr>
@@ -176,7 +176,7 @@ <h1><a href="../../../../index.html">All files</a> lapack/base/dlange/lib</h1>
176176
<div class='footer quiet pad2 space-top1 center small'>
177177
Code coverage generated by
178178
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
179-
at 2025-06-06T05:44:14.001Z
179+
at 2025-06-06T08:30:05.481Z
180180
</div>
181181
<script src="../../../../prettify.js"></script>
182182
<script>

lapack/base/dlange/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-06-06T05:44:14.001Z
247+
at 2025-06-06T08:30:05.481Z
248248
</div>
249249
<script src="../../../../prettify.js"></script>
250250
<script>

lapack/base/dlange/isoperation.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
256256
<div class='footer quiet pad2 space-top1 center small'>
257257
Code coverage generated by
258258
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
259-
at 2025-06-06T05:44:14.001Z
259+
at 2025-06-06T08:30:05.481Z
260260
</div>
261261
<script src="../../../../prettify.js"></script>
262262
<script>

lapack/base/dlange/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-06-06T05:44:14.001Z
178+
at 2025-06-06T08:30:05.481Z
179179
</div>
180180
<script src="../../../../prettify.js"></script>
181181
<script>

lapack/base/dlange/ndarray.js.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -244,10 +244,10 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
244244
*
245245
* ## Notes
246246
*
247-
* - use `norm` = `max`, to calculate the element with the largest absolute value
248-
* - use `norm` = `one`, to calculate the one norm
249-
* - use `norm` = `infinity`, to calculate the infinity norm
250-
* - use `norm` = `frobenius`, to calculate the frobenius norm
247+
* - use `norm` = `max` to calculate the element with the largest absolute value
248+
* - use `norm` = `one` to calculate the one norm, work should have `N` indexed elements if row-major layout is used
249+
* - use `norm` = `infinity` to calculate the infinity norm, work should have `M` indexed elements if column-major layout is used
250+
* - use `norm` = `frobenius` to calculate the frobenius norm
251251
*
252252
* @param {string} norm - specifies the type of norm to be calculated
253253
* @param {NonNegativeInteger} M - number of rows in `A`
@@ -256,7 +256,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
256256
* @param {integer} strideA1 - stride of the first dimension of `A`
257257
* @param {integer} strideA2 - stride of the second dimension of `A`
258258
* @param {NonNegativeInteger} offsetA - starting index of `A`
259-
* @param {Float64Array} work - only used to compute the infinity norm, should have `M` indexed elements if computing the infinity norm otherwise it's fine to pass a dummy array
259+
* @param {Float64Array} work - temporary workspace array
260260
* @param {integer} strideWork - stride length of `work`
261261
* @param {NonNegativeInteger} offsetWork - starting index of `work`
262262
* @throws {TypeError} first argument must be a valid operation
@@ -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-06-06T05:44:14.001Z
292+
at 2025-06-06T08:30:05.481Z
293293
</div>
294294
<script src="../../../../prettify.js"></script>
295295
<script>

0 commit comments

Comments
 (0)