Skip to content

Commit 6c56f5e

Browse files
committed
Update artifacts
1 parent d0f6aec commit 6c56f5e

File tree

14 files changed

+30
-30
lines changed

14 files changed

+30
-30
lines changed

blas/base/wasm/zscal/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-25T09:37:59.643Z
175+
at 2025-04-25T13:53:27.953Z
176176
</div>
177177
<script src="../../../../../prettify.js"></script>
178178
<script>

blas/base/wasm/zscal/coverage.ndjson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[698,698,100,17,17,100,6,6,100,698,698,100,"5400b42e7af0e64505072b12b53fe7c95e7f24e2","2025-04-25 09:36:17 +0000"]
1+
[698,698,100,17,17,100,6,6,100,698,698,100,"148041c6a4019815a8162c65e533b21dde1a4ee4","2025-04-25 19:21:59 +0530"]

blas/base/wasm/zscal/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/zscal/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-25T09:37:59.643Z
164+
at 2025-04-25T13:53:27.953Z
165165
</div>
166166
<script src="../../../../../prettify.js"></script>
167167
<script>

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -351,10 +351,10 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">bla
351351
* var x = new Complex128Array( [ 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 ] );
352352
*
353353
* // Define a scalar constant:
354-
* var z = new Complex128( 2.0, 2.0 );
354+
* var alpha = new Complex128( 2.0, 2.0 );
355355
*
356356
* // Perform operation:
357-
* zscal.main( x.length, z, x, 1 );
357+
* zscal.main( x.length, alpha, x, 1 );
358358
* // x =&gt; &lt;Complex128Array&gt;[ -2.0, 6.0, -2.0, 14.0, -2.0, 22.0 ]
359359
*
360360
* @example
@@ -366,10 +366,10 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">bla
366366
* var x = new Complex128Array( [ 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 ] );
367367
*
368368
* // Define a scalar constant:
369-
* var z = new Complex128( 2.0, 2.0 );
369+
* var alpha = new Complex128( 2.0, 2.0 );
370370
*
371371
* // Perform operation:
372-
* zscal.ndarray( x.length, z, x, 1, 0 );
372+
* zscal.ndarray( x.length, alpha, x, 1, 0 );
373373
* // x =&gt; &lt;Complex128Array&gt;[ -2.0, 6.0, -2.0, 14.0, -2.0, 22.0 ]
374374
*
375375
* @example
@@ -451,7 +451,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">bla
451451
<div class='footer quiet pad2 space-top1 center small'>
452452
Code coverage generated by
453453
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
454-
at 2025-04-25T09:37:59.643Z
454+
at 2025-04-25T13:53:27.953Z
455455
</div>
456456
<script src="../../../../../prettify.js"></script>
457457
<script>

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -240,10 +240,10 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">bla
240240
* var x = new Complex128Array( [ 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 ] );
241241
*
242242
* // Define a scalar constant:
243-
* var z = new Complex128( 2.0, 2.0 );
243+
* var alpha = new Complex128( 2.0, 2.0 );
244244
*
245245
* // Perform operation:
246-
* zscal.main( x.length, z, x, 1 );
246+
* zscal.main( x.length, alpha, x, 1 );
247247
* // x =&gt; &lt;Complex128Array&gt;[ -2.0, 6.0, -2.0, 14.0, -2.0, 22.0 ]
248248
*
249249
* @example
@@ -254,10 +254,10 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">bla
254254
* var x = new Complex128Array( [ 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 ] );
255255
*
256256
* // Define a scalar constant:
257-
* var z = new Complex128( 2.0, 2.0 );
257+
* var alpha = new Complex128( 2.0, 2.0 );
258258
*
259259
* // Perform operation:
260-
* zscal.ndarray( x.length, z, x, 1, 0 );
260+
* zscal.ndarray( x.length, alpha, x, 1, 0 );
261261
* // x =&gt; &lt;Complex128Array&gt;[ -2.0, 6.0, -2.0, 14.0, -2.0, 22.0 ]
262262
*/
263263
var zscal = new Routine();
@@ -274,7 +274,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">bla
274274
<div class='footer quiet pad2 space-top1 center small'>
275275
Code coverage generated by
276276
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
277-
at 2025-04-25T09:37:59.643Z
277+
at 2025-04-25T13:53:27.953Z
278278
</div>
279279
<script src="../../../../../prettify.js"></script>
280280
<script>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -892,7 +892,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">bla
892892
<div class='footer quiet pad2 space-top1 center small'>
893893
Code coverage generated by
894894
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
895-
at 2025-04-25T09:37:59.643Z
895+
at 2025-04-25T13:53:27.953Z
896896
</div>
897897
<script src="../../../../../prettify.js"></script>
898898
<script>

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -511,10 +511,10 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">bla
511511
* var x = new Complex128Array( [ 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 ] );
512512
*
513513
* // Create a complex number:
514-
* var z = new Complex128( 2.0, 2.0 );
514+
* var alpha = new Complex128( 2.0, 2.0 );
515515
*
516516
* // Perform operation:
517-
* zscal.main( x.length, z, x, 1 );
517+
* zscal.main( x.length, alpha, x, 1 );
518518
* // x =&gt; &lt;Complex128Array&gt;[ -2.0, 6.0, -2.0, 14.0, -2.0, 22.0 ]
519519
*
520520
* @example
@@ -531,10 +531,10 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">bla
531531
* var x = new Complex128Array( [ 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 ] );
532532
*
533533
* // Create a complex number:
534-
* var z = new Complex128( 2.0, 2.0 );
534+
* var alpha = new Complex128( 2.0, 2.0 );
535535
*
536536
* // Perform operation:
537-
* zscal.ndarray( x.length, z, x, 1, 0 );
537+
* zscal.ndarray( x.length, alpha, x, 1, 0 );
538538
* // x =&gt; &lt;Complex128Array&gt;[ -2.0, 6.0, -2.0, 14.0, -2.0, 22.0 ]
539539
*/
540540
function Routine() {
@@ -577,10 +577,10 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">bla
577577
* var x = new Complex128Array( [ 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 ] );
578578
*
579579
* // Create a complex number:
580-
* var z = new Complex128( 2.0, 2.0 );
580+
* var alpha = new Complex128( 2.0, 2.0 );
581581
*
582582
* // Perform operation:
583-
* zscal.main( x.length, z, x, 1 );
583+
* zscal.main( x.length, alpha, x, 1 );
584584
* // x =&gt; &lt;Complex128Array&gt;[ -2.0, 6.0, -2.0, 14.0, -2.0, 22.0 ]
585585
*/
586586
setReadOnly( Routine.prototype, 'main', function zscal( N, alpha, x, strideX ) {
@@ -615,10 +615,10 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">bla
615615
* var x = new Complex128Array( [ 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 ] );
616616
*
617617
* // Create a complex number:
618-
* var z = new Complex128( 2.0, 2.0 );
618+
* var alpha = new Complex128( 2.0, 2.0 );
619619
*
620620
* // Perform operation:
621-
* zscal.ndarray( x.length, z, x, 1, 0 );
621+
* zscal.ndarray( x.length, alpha, x, 1, 0 );
622622
* // x =&gt; &lt;Complex128Array&gt;[ -2.0, 6.0, -2.0, 14.0, -2.0, 22.0 ]
623623
*/
624624
setReadOnly( Routine.prototype, 'ndarray', function zscal( N, alpha, x, strideX, offsetX ) {
@@ -655,7 +655,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">bla
655655
<div class='footer quiet pad2 space-top1 center small'>
656656
Code coverage generated by
657657
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
658-
at 2025-04-25T09:37:59.643Z
658+
at 2025-04-25T13:53:27.953Z
659659
</div>
660660
<script src="../../../../../prettify.js"></script>
661661
<script>

complex/float64/base/mul/assign.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">com
220220
<div class='footer quiet pad2 space-top1 center small'>
221221
Code coverage generated by
222222
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
223-
at 2025-04-25T09:38:30.596Z
223+
at 2025-04-25T13:53:59.499Z
224224
</div>
225225
<script src="../../../../../prettify.js"></script>
226226
<script>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[310,310,100,9,9,100,4,4,100,310,310,100,"5400b42e7af0e64505072b12b53fe7c95e7f24e2","2025-04-25 09:36:17 +0000"]
1+
[310,310,100,9,9,100,4,4,100,310,310,100,"148041c6a4019815a8162c65e533b21dde1a4ee4","2025-04-25 19:21:59 +0530"]

complex/float64/base/mul/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> complex/float64/base/mul/l
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-25T09:38:30.596Z
164+
at 2025-04-25T13:53:59.499Z
165165
</div>
166166
<script src="../../../../../prettify.js"></script>
167167
<script>

0 commit comments

Comments
 (0)