Skip to content

Commit 88df1f4

Browse files
committed
Update artifacts
1 parent a6fe575 commit 88df1f4

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

blas/base/zher2/base.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
498498
// MAIN //
499499
&nbsp;
500500
/**
501-
* 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.
501+
* 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.
502502
*
503503
* @private
504504
* @param {string} uplo - specifies whether `A` is an upper or lower triangular part of matrix is supplied.
@@ -676,7 +676,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
676676
<div class='footer quiet pad2 space-top1 center small'>
677677
Code coverage generated by
678678
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
679-
at 2025-06-25T07:23:38.018Z
679+
at 2025-06-25T07:48:57.246Z
680680
</div>
681681
<script src="../../../../prettify.js"></script>
682682
<script>

blas/base/zher2/coverage.ndjson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[518,522,99.2337,56,58,96.5517,3,3,100,518,522,99.2337,"00782cf923cae27d6373a4de547e94ab6440efd2","2025-06-25 12:52:00 +0530"]
1+
[518,522,99.2337,56,58,96.5517,3,3,100,518,522,99.2337,"75d8c3e23272e2c1e7d863775323a4bf1205f313","2025-06-25 13:15:53 +0530"]

blas/base/zher2/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/zher2/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:23:38.018Z
164+
at 2025-06-25T07:48:57.246Z
165165
</div>
166166
<script src="../../../../prettify.js"></script>
167167
<script>

blas/base/zher2/index.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
236236
'use strict';
237237
&nbsp;
238238
/**
239-
* BLAS level 2 routine to perform 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.
239+
* BLAS level 2 routine to perform 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.
240240
*
241241
* @module @stdlib/blas/base/zher2
242242
*
@@ -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:23:38.018Z
301+
at 2025-06-25T07:48:57.246Z
302302
</div>
303303
<script src="../../../../prettify.js"></script>
304304
<script>

blas/base/zher2/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:23:38.018Z
178+
at 2025-06-25T07:48:57.246Z
179179
</div>
180180
<script src="../../../../prettify.js"></script>
181181
<script>

blas/base/zher2/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:23:38.018Z
367+
at 2025-06-25T07:48:57.246Z
368368
</div>
369369
<script src="../../../../prettify.js"></script>
370370
<script>

blas/base/zher2/zher2.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:23:38.018Z
406+
at 2025-06-25T07:48:57.246Z
407407
</div>
408408
<script src="../../../../prettify.js"></script>
409409
<script>

0 commit comments

Comments
 (0)