Skip to content

Commit 5e93663

Browse files
committed
Update artifacts
1 parent 739c85f commit 5e93663

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+910
-85
lines changed

array/complex64/coverage.ndjson

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,4 @@
6060
[3315,3325,99.6992,526,534,98.5019,54,54,100,3315,3325,99.6992,"f04988792e2e55ce47c87c7d94e8c222c3b9d2b6","2024-07-17 18:21:05 -0700"]
6161
[3315,3325,99.6992,526,534,98.5019,54,54,100,3315,3325,99.6992,"8195da1073b7468a8a298814b61cd00fd2b51fcd","2024-09-14 21:47:22 -0700"]
6262
[3315,3325,99.6992,526,534,98.5019,54,54,100,3315,3325,99.6992,"8f72b432c0fc81a78641d5689722ecc9671c6f02","2024-09-24 09:24:08 -0400"]
63+
[3315,3325,99.6992,526,534,98.5019,54,54,100,3315,3325,99.6992,"fc43c32e24ac76d99cfd1ee0c8eb9c29c7a6d866","2025-08-17 20:06:03 -0500"]

array/complex64/from_array.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">array/com
253253
<div class='footer quiet pad2 space-top1 center small'>
254254
Code coverage generated by
255255
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
256-
at 2024-09-24T13:31:16.531Z
256+
at 2025-08-18T01:17:22.672Z
257257
</div>
258258
<script src="../../../prettify.js"></script>
259259
<script>

array/complex64/from_iterator.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">array/com
265265
<div class='footer quiet pad2 space-top1 center small'>
266266
Code coverage generated by
267267
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
268-
at 2024-09-24T13:31:16.531Z
268+
at 2025-08-18T01:17:22.672Z
269269
</div>
270270
<script src="../../../prettify.js"></script>
271271
<script>

array/complex64/from_iterator_map.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">array/com
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 2024-09-24T13:31:16.531Z
283+
at 2025-08-18T01:17:22.672Z
284284
</div>
285285
<script src="../../../prettify.js"></script>
286286
<script>

array/complex64/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> array/complex64/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 2024-09-24T13:31:16.531Z
164+
at 2025-08-18T01:17:22.672Z
165165
</div>
166166
<script src="../../../prettify.js"></script>
167167
<script>

array/complex64/index.js.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">array/com
312312
* // returns &lt;Complex64Array&gt;
313313
*
314314
* var len = arr.length;
315-
* // returns 1
315+
* // returns 2
316316
*
317317
* @example
318318
* var ArrayBuffer = require( '@stdlib/array/buffer' );
@@ -323,7 +323,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">array/com
323323
* // returns &lt;Complex64Array&gt;
324324
*
325325
* var len = arr.length;
326-
* // returns 2
326+
* // returns 1
327327
*
328328
* @example
329329
* var ArrayBuffer = require( '@stdlib/array/buffer' );
@@ -352,7 +352,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">array/com
352352
<div class='footer quiet pad2 space-top1 center small'>
353353
Code coverage generated by
354354
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
355-
at 2024-09-24T13:31:16.531Z
355+
at 2025-08-18T01:17:22.672Z
356356
</div>
357357
<script src="../../../prettify.js"></script>
358358
<script>

array/complex64/main.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9175,7 +9175,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">array/com
91759175
<div class='footer quiet pad2 space-top1 center small'>
91769176
Code coverage generated by
91779177
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
9178-
at 2024-09-24T13:31:16.531Z
9178+
at 2025-08-18T01:17:22.672Z
91799179
</div>
91809180
<script src="../../../prettify.js"></script>
91819181
<script>

blas/base/sdsdot/coverage.ndjson

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@
1111
[418,418,100,28,28,100,4,4,100,418,418,100,"51bf6f9d2bb027aacecda87e02f957badbc246b0","2025-06-07 01:51:50 -0700"]
1212
[418,418,100,28,28,100,4,4,100,418,418,100,"09c9ceb58c6dd23c10f1980094851983c57d693f","2025-06-07 02:14:54 -0700"]
1313
[418,418,100,28,28,100,4,4,100,418,418,100,"d559fd70de9ec9b1d72d22543876f380e4062c69","2025-07-21 02:22:37 -0700"]
14+
[418,418,100,28,28,100,4,4,100,418,418,100,"fc43c32e24ac76d99cfd1ee0c8eb9c29c7a6d866","2025-08-17 20:06:03 -0500"]

blas/base/sdsdot/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ <h1><a href="../../../../index.html">All files</a> blas/base/sdsdot/lib</h1>
191191
<div class='footer quiet pad2 space-top1 center small'>
192192
Code coverage generated by
193193
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
194-
at 2025-07-21T09:28:03.497Z
194+
at 2025-08-18T01:17:57.575Z
195195
</div>
196196
<script src="../../../../prettify.js"></script>
197197
<script>

blas/base/sdsdot/index.js.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
236236
* var y = new Float32Array( [ 2.0, 6.0, -1.0, -4.0, 8.0 ] );
237237
*
238238
* var z = sdsdot( x.length, 0.0, x, 1, y, 1 );
239-
* // returns -12.0
239+
* // returns -5.0
240240
*
241241
* @example
242242
* var Float32Array = require( '@stdlib/array/float32' );
@@ -246,7 +246,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
246246
* var y = new Float32Array( [ 2.0, 6.0, -1.0, -4.0, 8.0 ] );
247247
*
248248
* var z = sdsdot.ndarray( x.length, 0.0, x, 1, 0, y, 1, 0 );
249-
* // returns -12.0
249+
* // returns -5.0
250250
*/
251251
&nbsp;
252252
// MODULES //
@@ -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-07-21T09:28:03.497Z
283+
at 2025-08-18T01:17:57.575Z
284284
</div>
285285
<script src="../../../../prettify.js"></script>
286286
<script>

0 commit comments

Comments
 (0)