Skip to content

Commit c8d986a

Browse files
committed
Update artifacts
1 parent 060afc7 commit c8d986a

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

blas/base/cher/base.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
369369
// MAIN //
370370
&nbsp;
371371
/**
372-
* 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.
372+
* Performs the hermitian rank 1 operation `A = α*x*x**H + A`, where `α` is a real scalar, `x` is an `N` element vector and `A` is an `N` by `N` hermitian matrix.
373373
*
374374
* @private
375375
* @param {string} uplo - specifies whether `A` is an upper or lower triangular part of matrix is supplied.
@@ -484,7 +484,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
484484
<div class='footer quiet pad2 space-top1 center small'>
485485
Code coverage generated by
486486
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
487-
at 2025-06-25T07:16:25.247Z
487+
at 2025-06-25T07:33:44.419Z
488488
</div>
489489
<script src="../../../../prettify.js"></script>
490490
<script>

blas/base/cher/cher.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 = α*x*x**H + A`, where `α` 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-25T07:16:25.247Z
367+
at 2025-06-25T07:33:44.419Z
368368
</div>
369369
<script src="../../../../prettify.js"></script>
370370
<script>

blas/base/cher/coverage.ndjson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[426,426,100,53,53,100,3,3,100,426,426,100,"2de782791eb540fb2e5003b2577a69d1bb5ea3a7","2025-06-25 12:44:54 +0530"]
1+
[426,426,100,53,53,100,3,3,100,426,426,100,"9d5ea12b5bbff790f51acb421eb032621115eab6","2025-06-25 13:00:46 +0530"]

blas/base/cher/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/cher/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:16:25.247Z
164+
at 2025-06-25T07:33:44.419Z
165165
</div>
166166
<script src="../../../../prettify.js"></script>
167167
<script>

blas/base/cher/index.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
224224
'use strict';
225225
&nbsp;
226226
/**
227-
* 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.
227+
* BLAS level 2 routine to perform the hermitian rank 1 operation `A = α*x*x**H + A`, where `α` is a real scalar, `x` is an `N` element vector and `A` is an `N` by `N` hermitian matrix.
228228
*
229229
* @module @stdlib/blas/base/cher
230230
*
@@ -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-06-25T07:16:25.247Z
283+
at 2025-06-25T07:33:44.419Z
284284
</div>
285285
<script src="../../../../prettify.js"></script>
286286
<script>

blas/base/cher/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:16:25.247Z
178+
at 2025-06-25T07:33:44.419Z
179179
</div>
180180
<script src="../../../../prettify.js"></script>
181181
<script>

blas/base/cher/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 = α*x*x**H + A`, where `α` 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-25T07:16:25.247Z
328+
at 2025-06-25T07:33:44.419Z
329329
</div>
330330
<script src="../../../../prettify.js"></script>
331331
<script>

0 commit comments

Comments
 (0)