Skip to content

Commit ca22e64

Browse files
committed
Update artifacts
1 parent 29cb23a commit ca22e64

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

blas/base/cher/base.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
379379
* @param {integer} strideA1 - stride of the first dimension of `A`
380380
* @param {integer} strideA2 - stride of the second dimension of `A`
381381
* @param {NonNegativeInteger} offsetA - starting index for `A`
382-
* @returns {Float64Array} `A`
382+
* @returns {Complex64Array} `A`
383383
*
384384
* @example
385385
* var Complex64Array = require( '@stdlib/array/complex64' );
@@ -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-05-29T11:28:43.239Z
484+
at 2025-05-30T07:05:56.121Z
485485
</div>
486486
<script src="../../../../prettify.js"></script>
487487
<script>

blas/base/cher/cher.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
308308
* @throws {RangeError} third argument must be a nonnegative integer
309309
* @throws {RangeError} sixth argument must be non-zero
310310
* @throws {RangeError} eighth argument must be greater than or equal to max(1,N)
311-
* @returns {Float64Array} `A`
311+
* @returns {Complex64Array} `A`
312312
*
313313
* @example
314314
* var Complex64Array = require( '@stdlib/array/complex64' );
@@ -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-05-29T11:28:43.239Z
367+
at 2025-05-30T07:05:56.121Z
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-
[425,425,100,53,53,100,3,3,100,425,425,100,"dfb7bc93850352157eb98ca3dd0131f795b7ddfe","2025-05-29 11:27:43 +0000"]
1+
[425,425,100,53,53,100,3,3,100,425,425,100,"433a405ed7f708e63aa4e1321d357bdb76658d73","2025-05-30 12:34:41 +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-05-29T11:28:43.239Z
164+
at 2025-05-30T07:05:56.121Z
165165
</div>
166166
<script src="../../../../prettify.js"></script>
167167
<script>

blas/base/cher/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-29T11:28:43.239Z
283+
at 2025-05-30T07:05:56.121Z
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-05-29T11:28:43.239Z
178+
at 2025-05-30T07:05:56.121Z
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
@@ -280,7 +280,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
280280
* @throws {RangeError} fifth argument must be non-zero
281281
* @throws {RangeError} eighth argument must be non-zero
282282
* @throws {RangeError} ninth argument must be non-zero
283-
* @returns {Float64Array} `A`
283+
* @returns {Complex64Array} `A`
284284
*
285285
* @example
286286
* var Complex64Array = require( '@stdlib/array/complex64' );
@@ -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-05-29T11:28:43.239Z
328+
at 2025-05-30T07:05:56.121Z
329329
</div>
330330
<script src="../../../../prettify.js"></script>
331331
<script>

0 commit comments

Comments
 (0)