Skip to content

Commit 745ba1c

Browse files
committed
Update artifacts
1 parent 8b3f275 commit 745ba1c

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

blas/base/zher/base.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
366366
// MAIN //
367367
&nbsp;
368368
/**
369-
* 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.
369+
* 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.
370370
*
371371
* @private
372372
* @param {string} uplo - specifies whether `A` is an upper or lower triangular part of matrix is supplied.
@@ -481,7 +481,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
481481
<div class='footer quiet pad2 space-top1 center small'>
482482
Code coverage generated by
483483
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
484-
at 2025-06-04T05:11:32.344Z
484+
at 2025-06-04T05:24:58.734Z
485485
</div>
486486
<script src="../../../../prettify.js"></script>
487487
<script>

blas/base/zher/coverage.ndjson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[427,427,100,53,53,100,3,3,100,427,427,100,"3691a88eb44a7e9e7ae91aec66a8c7d22ca14f8a","2025-06-04 10:39:32 +0530"]
1+
[427,427,100,53,53,100,3,3,100,427,427,100,"040dafee6d058be0fd31df576cea0f8fa84c7f1b","2025-06-04 10:52:21 +0530"]

blas/base/zher/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/zher/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-04T05:11:32.344Z
164+
at 2025-06-04T05:24:58.734Z
165165
</div>
166166
<script src="../../../../prettify.js"></script>
167167
<script>

blas/base/zher/index.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
227227
'use strict';
228228
&nbsp;
229229
/**
230-
* 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.
230+
* 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.
231231
*
232232
* @module @stdlib/blas/base/zher
233233
*
@@ -283,7 +283,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
283283
<div class='footer quiet pad2 space-top1 center small'>
284284
Code coverage generated by
285285
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
286-
at 2025-06-04T05:11:32.344Z
286+
at 2025-06-04T05:24:58.734Z
287287
</div>
288288
<script src="../../../../prettify.js"></script>
289289
<script>

blas/base/zher/main.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
178178
<div class='footer quiet pad2 space-top1 center small'>
179179
Code coverage generated by
180180
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
181-
at 2025-06-04T05:11:32.344Z
181+
at 2025-06-04T05:24:58.734Z
182182
</div>
183183
<script src="../../../../prettify.js"></script>
184184
<script>

blas/base/zher/ndarray.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
263263
// MAIN //
264264
&nbsp;
265265
/**
266-
* 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.
266+
* 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.
267267
*
268268
* @param {string} uplo - specifies whether `A` is an upper or lower triangular part of matrix is supplied.
269269
* @param {NonNegativeInteger} N - number of elements along each dimension of `A`
@@ -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-04T05:11:32.344Z
328+
at 2025-06-04T05:24:58.734Z
329329
</div>
330330
<script src="../../../../prettify.js"></script>
331331
<script>

blas/base/zher/zher.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
293293
// MAIN //
294294
&nbsp;
295295
/**
296-
* 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.
296+
* 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.
297297
*
298298
* @param {string} order - storage layout
299299
* @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-04T05:11:32.344Z
367+
at 2025-06-04T05:24:58.734Z
368368
</div>
369369
<script src="../../../../prettify.js"></script>
370370
<script>

0 commit comments

Comments
 (0)