Skip to content

Commit 6b3739b

Browse files
committed
Update artifacts
1 parent ae0cd7a commit 6b3739b

File tree

6 files changed

+8
-7
lines changed

6 files changed

+8
-7
lines changed

blas/base/csscal/coverage.ndjson

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
[229,229,100,13,13,100,2,2,100,229,229,100,"5e7c2775daca2981424380301394025c5893646b","2025-06-01 14:45:35 -0700"]
2+
[229,229,100,13,13,100,2,2,100,229,229,100,"168de01f5b4706dcff0aa60b98c83c85381ddd24","2025-06-20 04:29:58 -0700"]

blas/base/csscal/csscal.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
201201
* Scales a single-precision complex floating-point vector by a single-precision floating-point constant.
202202
*
203203
* @param {PositiveInteger} N - number of indexed elements
204-
* @param {number} alpha - constant
204+
* @param {number} alpha - scalar constant
205205
* @param {Complex64Array} x - input array
206206
* @param {integer} strideX - `x` stride length
207207
* @returns {Complex64Array} input array
@@ -229,7 +229,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
229229
<div class='footer quiet pad2 space-top1 center small'>
230230
Code coverage generated by
231231
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
232-
at 2025-06-01T21:47:05.165Z
232+
at 2025-06-20T11:30:59.892Z
233233
</div>
234234
<script src="../../../../prettify.js"></script>
235235
<script>

blas/base/csscal/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ <h1><a href="../../../../index.html">All files</a> blas/base/csscal/lib</h1>
146146
<div class='footer quiet pad2 space-top1 center small'>
147147
Code coverage generated by
148148
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
149-
at 2025-06-01T21:47:05.165Z
149+
at 2025-06-20T11:30:59.892Z
150150
</div>
151151
<script src="../../../../prettify.js"></script>
152152
<script>

blas/base/csscal/index.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
274274
<div class='footer quiet pad2 space-top1 center small'>
275275
Code coverage generated by
276276
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
277-
at 2025-06-01T21:47:05.165Z
277+
at 2025-06-20T11:30:59.892Z
278278
</div>
279279
<script src="../../../../prettify.js"></script>
280280
<script>

blas/base/csscal/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">blas/b
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-01T21:47:05.165Z
178+
at 2025-06-20T11:30:59.892Z
179179
</div>
180180
<script src="../../../../prettify.js"></script>
181181
<script>

blas/base/csscal/ndarray.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
241241
* Scales a single-precision complex floating-point vector by a single-precision floating-point constant.
242242
*
243243
* @param {PositiveInteger} N - number of indexed elements
244-
* @param {number} alpha - constant
244+
* @param {number} alpha - scalar constant
245245
* @param {Complex64Array} x - input array
246246
* @param {integer} strideX - `x` stride length
247247
* @param {NonNegativeInteger} offsetX - starting `x` index
@@ -289,7 +289,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
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-01T21:47:05.165Z
292+
at 2025-06-20T11:30:59.892Z
293293
</div>
294294
<script src="../../../../prettify.js"></script>
295295
<script>

0 commit comments

Comments
 (0)