Skip to content

Commit 291d479

Browse files
committed
Update artifacts
1 parent a341b0c commit 291d479

File tree

7 files changed

+23
-22
lines changed

7 files changed

+23
-22
lines changed

blas/base/wasm/cswap/binary.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">bla
172172
<div class='footer quiet pad2 space-top1 center small'>
173173
Code coverage generated by
174174
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
175-
at 2025-04-29T04:20:54.274Z
175+
at 2025-04-30T02:50:15.708Z
176176
</div>
177177
<script src="../../../../../prettify.js"></script>
178178
<script>

blas/base/wasm/cswap/coverage.ndjson

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[844,844,100,17,17,100,6,6,100,844,844,100,"8a80a811f4c4d710106c73b6381fe0d3ed2ab901","2025-03-02 00:08:37 -0800"]
22
[844,844,100,17,17,100,6,6,100,844,844,100,"074055b3bd0bb5982abef3cc69b4cab5f2c3942a","2025-04-22 11:58:31 -0700"]
33
[699,699,100,17,17,100,6,6,100,699,699,100,"a70718ca8db6cd301910b76200a2a1496951dbc7","2025-04-28 21:19:52 -0700"]
4+
[699,699,100,17,17,100,6,6,100,699,699,100,"fdd8f3a3d04fb0aaca79cccf33707eeb43e1f97c","2025-04-29 19:49:11 -0700"]

blas/base/wasm/cswap/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/wasm/cswap/lib</
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-04-29T04:20:54.274Z
164+
at 2025-04-30T02:50:15.708Z
165165
</div>
166166
<script src="../../../../../prettify.js"></script>
167167
<script>

blas/base/wasm/cswap/index.js.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -350,8 +350,8 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">bla
350350
*
351351
* // Perform operation:
352352
* cswap.main( x.length, x, 1, y, 1 );
353-
* // x =&gt; &lt;Complex64Array&gt;[ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ];
354-
* // y =&gt; &lt;Complex64Array&gt;[ 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 ];
353+
* // x =&gt; &lt;Complex64Array&gt;[ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ]
354+
* // y =&gt; &lt;Complex64Array&gt;[ 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 ]
355355
*
356356
* @example
357357
* var Complex64Array = require( '@stdlib/array/complex64' );
@@ -363,8 +363,8 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">bla
363363
*
364364
* // Perform operation:
365365
* cswap.ndarray( x.length, x, 1, 0, y, 1, 0 );
366-
* // x =&gt; &lt;Complex64Array&gt;[ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ];
367-
* // y =&gt; &lt;Complex64Array&gt;[ 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 ];
366+
* // x =&gt; &lt;Complex64Array&gt;[ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ]
367+
* // y =&gt; &lt;Complex64Array&gt;[ 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 ]
368368
*
369369
* @example
370370
* var Memory = require( '@stdlib/wasm/memory' );
@@ -448,7 +448,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">bla
448448
<div class='footer quiet pad2 space-top1 center small'>
449449
Code coverage generated by
450450
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
451-
at 2025-04-29T04:20:54.274Z
451+
at 2025-04-30T02:50:15.708Z
452452
</div>
453453
<script src="../../../../../prettify.js"></script>
454454
<script>

blas/base/wasm/cswap/main.js.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,8 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">bla
233233
*
234234
* // Perform operation:
235235
* cswap.main( x.length, x, 1, y, 1 );
236-
* // x =&gt; &lt;Complex64Array&gt;[ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ];
237-
* // y =&gt; &lt;Complex64Array&gt;[ 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 ];
236+
* // x =&gt; &lt;Complex64Array&gt;[ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ]
237+
* // y =&gt; &lt;Complex64Array&gt;[ 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 ]
238238
*
239239
* @example
240240
* var Complex64Array = require( '@stdlib/array/complex64' );
@@ -245,8 +245,8 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">bla
245245
*
246246
* // Perform operation:
247247
* cswap.ndarray( x.length, x, 1, 0, y, 1, 0 );
248-
* // x =&gt; &lt;Complex64Array&gt;[ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ];
249-
* // y =&gt; &lt;Complex64Array&gt;[ 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 ];
248+
* // x =&gt; &lt;Complex64Array&gt;[ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ]
249+
* // y =&gt; &lt;Complex64Array&gt;[ 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 ]
250250
*/
251251
var cswap = new Routine();
252252
cswap.initializeSync(); // eslint-disable-line node/no-sync
@@ -262,7 +262,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">bla
262262
<div class='footer quiet pad2 space-top1 center small'>
263263
Code coverage generated by
264264
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
265-
at 2025-04-29T04:20:54.274Z
265+
at 2025-04-30T02:50:15.708Z
266266
</div>
267267
<script src="../../../../../prettify.js"></script>
268268
<script>

blas/base/wasm/cswap/module.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -919,7 +919,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">bla
919919
<div class='footer quiet pad2 space-top1 center small'>
920920
Code coverage generated by
921921
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
922-
at 2025-04-29T04:20:54.274Z
922+
at 2025-04-30T02:50:15.708Z
923923
</div>
924924
<script src="../../../../../prettify.js"></script>
925925
<script>

blas/base/wasm/cswap/routine.js.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -505,8 +505,8 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">bla
505505
*
506506
* // Perform operation:
507507
* cswap.main( x.length, x, 1, y, 1 );
508-
* // x =&gt; &lt;Complex64Array&gt;[ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ];
509-
* // y =&gt; &lt;Complex64Array&gt;[ 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 ];
508+
* // x =&gt; &lt;Complex64Array&gt;[ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ]
509+
* // y =&gt; &lt;Complex64Array&gt;[ 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 ]
510510
*
511511
* @example
512512
* var Complex64Array = require( '@stdlib/array/complex64' );
@@ -523,8 +523,8 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">bla
523523
*
524524
* // Perform operation:
525525
* cswap.ndarray( x.length, x, 1, 0, y, 1, 0 );
526-
* // x =&gt; &lt;Complex64Array&gt;[ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ];
527-
* // y =&gt; &lt;Complex64Array&gt;[ 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 ];
526+
* // x =&gt; &lt;Complex64Array&gt;[ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ]
527+
* // y =&gt; &lt;Complex64Array&gt;[ 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 ]
528528
*/
529529
function Routine() {
530530
if ( !( this instanceof Routine ) ) {
@@ -568,8 +568,8 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">bla
568568
*
569569
* // Perform operation:
570570
* cswap.main( x.length, x, 1, y, 1 );
571-
* // x =&gt; &lt;Complex64Array&gt;[ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ];
572-
* // y =&gt; &lt;Complex64Array&gt;[ 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 ];
571+
* // x =&gt; &lt;Complex64Array&gt;[ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ]
572+
* // y =&gt; &lt;Complex64Array&gt;[ 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 ]
573573
*/
574574
setReadOnly( Routine.prototype, 'main', function cswap( N, x, strideX, y, strideY ) {
575575
return this.ndarray( N, x, strideX, stride2offset( N, strideX ), y, strideY, stride2offset( N, strideY ) ); // eslint-disable-line max-len
@@ -606,8 +606,8 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">bla
606606
*
607607
* // Perform operation:
608608
* cswap.ndarray( x.length, x, 1, 0, y, 1, 0 );
609-
* // x =&gt; &lt;Complex64Array&gt;[ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ];
610-
* // y =&gt; &lt;Complex64Array&gt;[ 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 ];
609+
* // x =&gt; &lt;Complex64Array&gt;[ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ]
610+
* // y =&gt; &lt;Complex64Array&gt;[ 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 ]
611611
*/
612612
setReadOnly( Routine.prototype, 'ndarray', function cswap( N, x, strideX, offsetX, y, strideY, offsetY ) {
613613
var ptrs;
@@ -646,7 +646,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">bla
646646
<div class='footer quiet pad2 space-top1 center small'>
647647
Code coverage generated by
648648
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
649-
at 2025-04-29T04:20:54.274Z
649+
at 2025-04-30T02:50:15.708Z
650650
</div>
651651
<script src="../../../../../prettify.js"></script>
652652
<script>

0 commit comments

Comments
 (0)