Skip to content

Commit 07b236f

Browse files
committed
Update artifacts
1 parent 45e1298 commit 07b236f

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

blas/base/cgbmv/base.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ <h1><a href="index.html">All files</a> base.js</h1>
635635
* @param {NonNegativeInteger} KL - number of sub-diagonals of matrix `A`
636636
* @param {NonNegativeInteger} KU - number of super-diagonals of matrix `A`
637637
* @param {Complex64} alpha - complex scalar constant
638-
* @param {Complex64Array} A - input banded complex matrix
638+
* @param {Complex64Array} A - input banded complex matrix (compact band storage)
639639
* @param {integer} strideA1 - stride of first dimension of `A`
640640
* @param {integer} strideA2 - stride of second dimension of `A`
641641
* @param {NonNegativeInteger} offsetA - starting index into `A`
@@ -817,7 +817,7 @@ <h1><a href="index.html">All files</a> base.js</h1>
817817
<div class='footer quiet pad2 space-top1 center small'>
818818
Code coverage generated by
819819
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
820-
at 2026-03-08T08:54:26.130Z
820+
at 2026-03-08T17:33:41.093Z
821821
</div>
822822
<script src="prettify.js"></script>
823823
<script>

blas/base/cgbmv/cgbmv.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ <h1><a href="index.html">All files</a> cgbmv.js</h1>
401401
* @param {NonNegativeInteger} KL - number of sub-diagonals of matrix `A`
402402
* @param {NonNegativeInteger} KU - number of super-diagonals of matrix `A`
403403
* @param {Complex64} alpha - complex scalar constant
404-
* @param {Complex64Array} A - input banded complex matrix
404+
* @param {Complex64Array} A - input banded complex matrix (compact band storage)
405405
* @param {PositiveInteger} LDA - stride of the first dimension of `A` (a.k.a., leading dimension of the matrix `A`)
406406
* @param {Complex64Array} x - first input complex vector `x`
407407
* @param {integer} strideX - `x` stride length
@@ -508,7 +508,7 @@ <h1><a href="index.html">All files</a> cgbmv.js</h1>
508508
<div class='footer quiet pad2 space-top1 center small'>
509509
Code coverage generated by
510510
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
511-
at 2026-03-08T08:54:26.130Z
511+
at 2026-03-08T17:33:41.093Z
512512
</div>
513513
<script src="prettify.js"></script>
514514
<script>

blas/base/cgbmv/coverage.ndjson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[624,625,99.84,83,85,97.6471,4,4,100,624,625,99.84,"d7ce5ff6004cc211fb610598d155bef9562388fc","2026-03-08 08:55:17"]
1+
[624,625,99.84,83,85,97.6471,4,4,100,624,625,99.84,"833fb3f9c04a706b95d82dca3d0939e6371e86a5","2026-03-08 17:34:25"]

blas/base/cgbmv/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ <h1>All files</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 2026-03-08T08:54:26.130Z
164+
at 2026-03-08T17:33:41.093Z
165165
</div>
166166
<script src="prettify.js"></script>
167167
<script>

blas/base/cgbmv/index.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ <h1><a href="index.html">All files</a> index.js</h1>
304304
<div class='footer quiet pad2 space-top1 center small'>
305305
Code coverage generated by
306306
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
307-
at 2026-03-08T08:54:26.130Z
307+
at 2026-03-08T17:33:41.093Z
308308
</div>
309309
<script src="prettify.js"></script>
310310
<script>

blas/base/cgbmv/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> main.js</h1>
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 2026-03-08T08:54:26.130Z
178+
at 2026-03-08T17:33:41.093Z
179179
</div>
180180
<script src="prettify.js"></script>
181181
<script>

blas/base/cgbmv/ndarray.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ <h1><a href="index.html">All files</a> ndarray.js</h1>
340340
* @param {NonNegativeInteger} KL - number of sub-diagonals of matrix `A`
341341
* @param {NonNegativeInteger} KU - number of super-diagonals of matrix `A`
342342
* @param {Complex64} alpha - complex scalar constant
343-
* @param {Complex64Array} A - input banded complex matrix
343+
* @param {Complex64Array} A - input banded complex matrix (compact band storage)
344344
* @param {integer} strideA1 - stride of first dimension of `A`
345345
* @param {integer} strideA2 - stride of second dimension of `A`
346346
* @param {NonNegativeInteger} offsetA - starting index into `A`
@@ -421,7 +421,7 @@ <h1><a href="index.html">All files</a> ndarray.js</h1>
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 2026-03-08T08:54:26.130Z
424+
at 2026-03-08T17:33:41.093Z
425425
</div>
426426
<script src="prettify.js"></script>
427427
<script>

0 commit comments

Comments
 (0)