Skip to content

Commit bd4045b

Browse files
committed
Update artifacts
1 parent 488b278 commit bd4045b

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

blas/base/cher2/base.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
501501
// MAIN //
502502
&nbsp;
503503
/**
504-
* Performs the hermitian rank 2 operation `A = alpha*x*y**H + conjg( alpha )*y*x**H + A`, where `alpha` is a scalar, `x` and `y` are `N` element vectors and `A` is an `N` by `N` hermitian matrix.
504+
* Performs the hermitian rank 2 operation `A = α*x*y**H + conjg( α )*y*x**H + A`, where `α` is a scalar, `x` and `y` are `N` element vectors and `A` is an `N` by `N` hermitian matrix.
505505
*
506506
* @private
507507
* @param {string} uplo - specifies whether `A` is an upper or lower triangular part of matrix is supplied.
@@ -679,7 +679,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
679679
<div class='footer quiet pad2 space-top1 center small'>
680680
Code coverage generated by
681681
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
682-
at 2025-06-25T07:22:41.029Z
682+
at 2025-06-25T07:42:55.707Z
683683
</div>
684684
<script src="../../../../prettify.js"></script>
685685
<script>

blas/base/cher2/cher2.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
321321
// MAIN //
322322
&nbsp;
323323
/**
324-
* Performs the hermitian rank 1 operation `A = alpha*x*x**H + A`, where `alpha` is a real scalar, `X` is an `N` element vector and `A` is an `N` by `N` hermitian matrix.
324+
* Performs the hermitian rank 2 operation `A = α*x*y**H + conjg( α )*y*x**H + A`, where `α` is a scalar, `x` and `y` are `N` element vectors and `A` is an `N` by `N` hermitian matrix.
325325
*
326326
* @param {string} order - storage layout
327327
* @param {string} uplo - specifies whether `A` is an upper or lower triangular part of matrix is supplied.
@@ -403,7 +403,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
403403
<div class='footer quiet pad2 space-top1 center small'>
404404
Code coverage generated by
405405
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
406-
at 2025-06-25T07:22:41.029Z
406+
at 2025-06-25T07:42:55.707Z
407407
</div>
408408
<script src="../../../../prettify.js"></script>
409409
<script>

blas/base/cher2/coverage.ndjson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[519,523,99.2352,56,58,96.5517,3,3,100,519,523,99.2352,"3b5777216c17e144b58deb479b6938ea498f99a7","2025-06-25 12:51:01 +0530"]
1+
[519,523,99.2352,56,58,96.5517,3,3,100,519,523,99.2352,"16fec00f3d0a87a9df754979c6a656564ea7c145","2025-06-25 13:10:30 +0530"]

blas/base/cher2/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/cher2/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 2025-06-25T07:22:41.029Z
164+
at 2025-06-25T07:42:55.707Z
165165
</div>
166166
<script src="../../../../prettify.js"></script>
167167
<script>

blas/base/cher2/index.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-06-25T07:22:41.029Z
301+
at 2025-06-25T07:42:55.707Z
302302
</div>
303303
<script src="../../../../prettify.js"></script>
304304
<script>

blas/base/cher2/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-25T07:22:41.029Z
178+
at 2025-06-25T07:42:55.707Z
179179
</div>
180180
<script src="../../../../prettify.js"></script>
181181
<script>

blas/base/cher2/ndarray.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
291291
// MAIN //
292292
&nbsp;
293293
/**
294-
* Performs the hermitian rank 2 operation `A = alpha*x*y**H + conjg( alpha )*y*x**H + A`, where `alpha` is a scalar, `x` and `y` are `N` element vectors and `A` is an `N` by `N` hermitian matrix.
294+
* Performs the hermitian rank 2 operation `A = α*x*y**H + conjg( α )*y*x**H + A`, where `α` is a scalar, `x` and `y` are `N` element vectors and `A` is an `N` by `N` hermitian matrix.
295295
*
296296
* @private
297297
* @param {string} uplo - specifies whether `A` is an upper or lower triangular part of matrix is supplied.
@@ -364,7 +364,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
364364
<div class='footer quiet pad2 space-top1 center small'>
365365
Code coverage generated by
366366
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
367-
at 2025-06-25T07:22:41.029Z
367+
at 2025-06-25T07:42:55.707Z
368368
</div>
369369
<script src="../../../../prettify.js"></script>
370370
<script>

0 commit comments

Comments
 (0)