Skip to content

Commit f70e1bc

Browse files
committed
Update artifacts
1 parent 2524288 commit f70e1bc

File tree

7 files changed

+8
-7
lines changed

7 files changed

+8
-7
lines changed

blas/base/ssyr2/base.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
469469
<div class='footer quiet pad2 space-top1 center small'>
470470
Code coverage generated by
471471
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
472-
at 2024-07-30T10:10:40.927Z
472+
at 2024-07-31T10:12:48.155Z
473473
</div>
474474
<script src="../../../../prettify.js"></script>
475475
<script>

blas/base/ssyr2/coverage.ndjson

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
[427,429,99.5338,50,53,94.3396,3,3,100,427,429,99.5338,"af15420d508303989931981427d6b52c49af7554","2024-07-30 03:09:08 -0700"]
2+
[427,429,99.5338,50,53,94.3396,3,3,100,427,429,99.5338,"b5de10702d2b6ecc6c843d61f755b429bfe3c78d","2024-07-31 03:10:46 -0700"]

blas/base/ssyr2/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> blas/base/ssyr2/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 2024-07-30T10:10:40.927Z
164+
at 2024-07-31T10:12:48.155Z
165165
</div>
166166
<script src="../../../../prettify.js"></script>
167167
<script>

blas/base/ssyr2/index.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
286286
<div class='footer quiet pad2 space-top1 center small'>
287287
Code coverage generated by
288288
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
289-
at 2024-07-30T10:10:40.927Z
289+
at 2024-07-31T10:12:48.155Z
290290
</div>
291291
<script src="../../../../prettify.js"></script>
292292
<script>

blas/base/ssyr2/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 2024-07-30T10:10:40.927Z
178+
at 2024-07-31T10:12:48.155Z
179179
</div>
180180
<script src="../../../../prettify.js"></script>
181181
<script>

blas/base/ssyr2/ndarray.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
266266
* @param {string} uplo - specifies whether the upper or lower triangular part of the symmetric matrix `A` should be referenced
267267
* @param {NonNegativeInteger} N - number of elements along each dimension of `A`
268268
* @param {number} alpha - scalar
269-
* @param {Float32Array} x - input vector
269+
* @param {Float32Array} x - first input vector
270270
* @param {integer} strideX - `x` stride length
271271
* @param {NonNegativeInteger} offsetX - starting index for `x`
272272
* @param {Float32Array} y - second input vector
@@ -322,7 +322,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
322322
<div class='footer quiet pad2 space-top1 center small'>
323323
Code coverage generated by
324324
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
325-
at 2024-07-30T10:10:40.927Z
325+
at 2024-07-31T10:12:48.155Z
326326
</div>
327327
<script src="../../../../prettify.js"></script>
328328
<script>

blas/base/ssyr2/ssyr2.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
385385
<div class='footer quiet pad2 space-top1 center small'>
386386
Code coverage generated by
387387
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
388-
at 2024-07-30T10:10:40.927Z
388+
at 2024-07-31T10:12:48.155Z
389389
</div>
390390
<script src="../../../../prettify.js"></script>
391391
<script>

0 commit comments

Comments
 (0)