Skip to content

Commit fe3c8af

Browse files
committed
Update artifacts
1 parent 7c155ca commit fe3c8af

File tree

10 files changed

+14
-14
lines changed

10 files changed

+14
-14
lines changed

blas/base/dsyr/base.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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-05-30T12:29:32.903Z
418+
at 2025-06-28T08:07:31.166Z
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-
[549,549,100,52,52,100,5,5,100,549,549,100,"aef4a1d515d94d61e9bae8d7f30feb88018bbba0","2025-05-30 17:58:03 +0530"]
1+
[549,549,100,52,52,100,5,5,100,549,549,100,"291cee50ba933b59947c73bd67138cdedf18f09e","2025-06-28 13:32:23 +0530"]

blas/base/dsyr/dsyr.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
361361
<div class='footer quiet pad2 space-top1 center small'>
362362
Code coverage generated by
363363
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
364-
at 2025-05-30T12:29:32.903Z
364+
at 2025-06-28T08:07:31.166Z
365365
</div>
366366
<script src="../../../../prettify.js"></script>
367367
<script>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,10 +213,10 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
213213
// MAIN //
214214
&nbsp;
215215
/**
216-
* Performs the symmetric rank 1 operation `A = α*x*x^T + A`.
216+
* Performs the symmetric rank 1 operation `A = α*x*x^T + A` where `α` is a scalar, `x` is an `N` element vector, and `A` is an `N` by `N` symmetric matrix.
217217
*
218218
* @param {string} order - storage layout
219-
* @param {string} uplo - specifies whether the upper or lower triangular part of the symmetric matrix `A` should be referenced
219+
* @param {string} uplo - specifies whether the upper or lower triangular part of the symmetric matrix `A` is supplied
220220
* @param {NonNegativeInteger} N - number of elements along each dimension of `A`
221221
* @param {number} alpha - scalar
222222
* @param {Float64Array} x - input vector
@@ -250,7 +250,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
250250
<div class='footer quiet pad2 space-top1 center small'>
251251
Code coverage generated by
252252
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
253-
at 2025-05-30T12:29:32.903Z
253+
at 2025-06-28T08:07:31.166Z
254254
</div>
255255
<script src="../../../../prettify.js"></script>
256256
<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-05-30T12:29:32.903Z
209+
at 2025-06-28T08:07:31.166Z
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-05-30T12:29:32.903Z
283+
at 2025-06-28T08:07:31.166Z
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-05-30T12:29:32.903Z
178+
at 2025-06-28T08:07:31.166Z
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-05-30T12:29:32.903Z
178+
at 2025-06-28T08:07:31.166Z
179179
</div>
180180
<script src="../../../../prettify.js"></script>
181181
<script>

blas/base/dsyr/ndarray.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
298298
<div class='footer quiet pad2 space-top1 center small'>
299299
Code coverage generated by
300300
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
301-
at 2025-05-30T12:29:32.903Z
301+
at 2025-06-28T08:07:31.166Z
302302
</div>
303303
<script src="../../../../prettify.js"></script>
304304
<script>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,9 +214,9 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
214214
// MAIN //
215215
&nbsp;
216216
/**
217-
* Performs the symmetric rank 1 operation `A = α*x*x^T + A`.
217+
* Performs the symmetric rank 1 operation `A = α*x*x^T + A` where `α` is a scalar, `x` is an `N` element vector, and `A` is an `N` by `N` symmetric matrix.
218218
*
219-
* @param {string} uplo - specifies whether the upper or lower triangular part of the symmetric matrix `A` should be referenced
219+
* @param {string} uplo - specifies whether the upper or lower triangular part of the symmetric matrix `A` is supplied
220220
* @param {NonNegativeInteger} N - number of elements along each dimension of `A`
221221
* @param {number} alpha - scalar
222222
* @param {Float64Array} x - input vector
@@ -253,7 +253,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
253253
<div class='footer quiet pad2 space-top1 center small'>
254254
Code coverage generated by
255255
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
256-
at 2025-05-30T12:29:32.903Z
256+
at 2025-06-28T08:07:31.166Z
257257
</div>
258258
<script src="../../../../prettify.js"></script>
259259
<script>

0 commit comments

Comments
 (0)