Skip to content

Commit 55cfd95

Browse files
committed
Update artifacts
1 parent 8dbcca9 commit 55cfd95

File tree

10 files changed

+15
-15
lines changed

10 files changed

+15
-15
lines changed

blas/base/dsyr/base.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
326326
* @private
327327
* @param {string} uplo - specifies whether the upper or lower triangular part of the symmetric matrix `A` should be referenced
328328
* @param {NonNegativeInteger} N - number of elements along each dimension of `A`
329-
* @param {number} alpha - scalar
329+
* @param {number} alpha - scalar constant
330330
* @param {Float64Array} x - input vector
331331
* @param {integer} strideX - `x` stride length
332332
* @param {NonNegativeInteger} offsetX - starting index for `x`
@@ -415,7 +415,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
415415
<div class='footer quiet pad2 space-top1 center small'>
416416
Code coverage generated by
417417
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
418-
at 2025-06-30T11:00:01.324Z
418+
at 2025-06-30T11:18:37.668Z
419419
</div>
420420
<script src="../../../../prettify.js"></script>
421421
<script>

blas/base/dsyr/coverage.ndjson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[606,606,100,78,78,100,5,5,100,606,606,100,"cd4c8781af4437feb866e08b420e51a18576cea3","2025-06-30 16:27:40 +0530"]
1+
[606,606,100,78,78,100,5,5,100,606,606,100,"d871fbd527985f3bdc5a245d34bf8fd006f135d2","2025-06-30 16:42:28 +0530"]

blas/base/dsyr/dsyr.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
300300
* @param {string} order - storage layout
301301
* @param {string} uplo - specifies whether the upper or lower triangular part of the symmetric matrix `A` should be referenced
302302
* @param {NonNegativeInteger} N - number of elements along each dimension of `A`
303-
* @param {number} alpha - scalar
303+
* @param {number} alpha - scalar constant
304304
* @param {Float64Array} x - input vector
305305
* @param {integer} strideX - `x` stride length
306306
* @param {Float64Array} A - input matrix
@@ -367,7 +367,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
367367
<div class='footer quiet pad2 space-top1 center small'>
368368
Code coverage generated by
369369
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
370-
at 2025-06-30T11:00:01.324Z
370+
at 2025-06-30T11:18:37.668Z
371371
</div>
372372
<script src="../../../../prettify.js"></script>
373373
<script>

blas/base/dsyr/dsyr.native.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">blas/b
278278
* @param {string} order - storage layout
279279
* @param {string} uplo - specifies whether the upper or lower triangular part of the symmetric matrix `A` should be referenced
280280
* @param {NonNegativeInteger} N - number of elements along each dimension of `A`
281-
* @param {number} alpha - scalar
281+
* @param {number} alpha - scalar constant
282282
* @param {Float64Array} x - input vector
283283
* @param {integer} strideX - `x` stride length
284284
* @param {Float64Array} A - input matrix
@@ -334,7 +334,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
334334
<div class='footer quiet pad2 space-top1 center small'>
335335
Code coverage generated by
336336
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
337-
at 2025-06-30T11:00:01.324Z
337+
at 2025-06-30T11:18:37.668Z
338338
</div>
339339
<script src="../../../../prettify.js"></script>
340340
<script>

blas/base/dsyr/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ <h1><a href="../../../../index.html">All files</a> blas/base/dsyr/lib</h1>
206206
<div class='footer quiet pad2 space-top1 center small'>
207207
Code coverage generated by
208208
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
209-
at 2025-06-30T11:00:01.324Z
209+
at 2025-06-30T11:18:37.668Z
210210
</div>
211211
<script src="../../../../prettify.js"></script>
212212
<script>

blas/base/dsyr/index.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
280280
<div class='footer quiet pad2 space-top1 center small'>
281281
Code coverage generated by
282282
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
283-
at 2025-06-30T11:00:01.324Z
283+
at 2025-06-30T11:18:37.668Z
284284
</div>
285285
<script src="../../../../prettify.js"></script>
286286
<script>

blas/base/dsyr/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-30T11:00:01.324Z
178+
at 2025-06-30T11:18:37.668Z
179179
</div>
180180
<script src="../../../../prettify.js"></script>
181181
<script>

blas/base/dsyr/native.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-30T11:00:01.324Z
178+
at 2025-06-30T11:18:37.668Z
179179
</div>
180180
<script src="../../../../prettify.js"></script>
181181
<script>

blas/base/dsyr/ndarray.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
267267
*
268268
* @param {string} uplo - specifies whether the upper or lower triangular part of the symmetric matrix `A` should be referenced
269269
* @param {NonNegativeInteger} N - number of elements along each dimension of `A`
270-
* @param {number} alpha - scalar
270+
* @param {number} alpha - scalar constant
271271
* @param {Float64Array} x - input vector
272272
* @param {integer} strideX - `x` stride length
273273
* @param {NonNegativeInteger} offsetX - starting index for `x`
@@ -325,7 +325,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
325325
<div class='footer quiet pad2 space-top1 center small'>
326326
Code coverage generated by
327327
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
328-
at 2025-06-30T11:00:01.324Z
328+
at 2025-06-30T11:18:37.668Z
329329
</div>
330330
<script src="../../../../prettify.js"></script>
331331
<script>

blas/base/dsyr/ndarray.native.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
256256
*
257257
* @param {string} uplo - specifies whether the upper or lower triangular part of the symmetric matrix `A` should be referenced
258258
* @param {NonNegativeInteger} N - number of elements along each dimension of `A`
259-
* @param {number} alpha - scalar
259+
* @param {number} alpha - scalar constant
260260
* @param {Float64Array} x - input vector
261261
* @param {integer} strideX - `x` stride length
262262
* @param {NonNegativeInteger} offsetX - starting index for `x`
@@ -307,7 +307,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
307307
<div class='footer quiet pad2 space-top1 center small'>
308308
Code coverage generated by
309309
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
310-
at 2025-06-30T11:00:01.324Z
310+
at 2025-06-30T11:18:37.668Z
311311
</div>
312312
<script src="../../../../prettify.js"></script>
313313
<script>

0 commit comments

Comments
 (0)