Skip to content

Commit 14f5fe2

Browse files
committed
Update artifacts
1 parent 5c76647 commit 14f5fe2

Some content is hidden

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

67 files changed

+110
-109
lines changed

ndarray/base/every/0d.js.html

Lines changed: 2 additions & 2 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">ndarra
236236
// MAIN //
237237
&nbsp;
238238
/**
239-
* Tests whether every element is truthy.
239+
* Tests whether every element in an ndarray is truthy.
240240
*
241241
* @private
242242
* @param {Object} x - object containing ndarray meta data
@@ -295,7 +295,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
295295
<div class='footer quiet pad2 space-top1 center small'>
296296
Code coverage generated by
297297
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
298-
at 2025-03-21T07:43:25.390Z
298+
at 2025-03-21T11:50:49.728Z
299299
</div>
300300
<script src="../../../../prettify.js"></script>
301301
<script>

ndarray/base/every/0d_accessors.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
242242
// MAIN //
243243
&nbsp;
244244
/**
245-
* Tests whether every element is truthy.
245+
* Tests whether every element in an ndarray is truthy.
246246
*
247247
* @private
248248
* @param {Object} x - object containing ndarray meta data
@@ -304,7 +304,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
304304
<div class='footer quiet pad2 space-top1 center small'>
305305
Code coverage generated by
306306
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
307-
at 2025-03-21T07:43:25.390Z
307+
at 2025-03-21T11:50:49.728Z
308308
</div>
309309
<script src="../../../../prettify.js"></script>
310310
<script>

ndarray/base/every/0d_complex.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
295295
<div class='footer quiet pad2 space-top1 center small'>
296296
Code coverage generated by
297297
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
298-
at 2025-03-21T07:43:25.390Z
298+
at 2025-03-21T11:50:49.728Z
299299
</div>
300300
<script src="../../../../prettify.js"></script>
301301
<script>

ndarray/base/every/10d.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
486486
// MAIN //
487487
&nbsp;
488488
/**
489-
* Tests whether every element is truthy.
489+
* Tests whether every element in an ndarray is truthy.
490490
*
491491
* @private
492492
* @param {Object} x - object containing ndarray meta data
@@ -667,7 +667,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
667667
<div class='footer quiet pad2 space-top1 center small'>
668668
Code coverage generated by
669669
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
670-
at 2025-03-21T07:43:25.390Z
670+
at 2025-03-21T11:50:49.728Z
671671
</div>
672672
<script src="../../../../prettify.js"></script>
673673
<script>

ndarray/base/every/10d_accessors.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
500500
// MAIN //
501501
&nbsp;
502502
/**
503-
* Tests whether every element is truthy.
503+
* Tests whether every element in an ndarray is truthy.
504504
*
505505
* @private
506506
* @param {Object} x - object containing ndarray meta data
@@ -688,7 +688,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
688688
<div class='footer quiet pad2 space-top1 center small'>
689689
Code coverage generated by
690690
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
691-
at 2025-03-21T07:43:25.390Z
691+
at 2025-03-21T11:50:49.728Z
692692
</div>
693693
<script src="../../../../prettify.js"></script>
694694
<script>

ndarray/base/every/10d_blocked.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
702702
// MAIN //
703703
&nbsp;
704704
/**
705-
* Tests whether every element is truthy via loop blocking.
705+
* Tests whether every element in an ndarray is truthy via loop blocking.
706706
*
707707
* @private
708708
* @param {Object} x - object containing ndarray meta data
@@ -982,7 +982,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
982982
<div class='footer quiet pad2 space-top1 center small'>
983983
Code coverage generated by
984984
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
985-
at 2025-03-21T07:43:25.390Z
985+
at 2025-03-21T11:50:49.728Z
986986
</div>
987987
<script src="../../../../prettify.js"></script>
988988
<script>

ndarray/base/every/10d_blocked_accessors.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
716716
// MAIN //
717717
&nbsp;
718718
/**
719-
* Tests whether every element is truthy via loop blocking.
719+
* Tests whether every element in an ndarray is truthy via loop blocking.
720720
*
721721
* @private
722722
* @param {Object} x - object containing ndarray meta data
@@ -1003,7 +1003,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
10031003
<div class='footer quiet pad2 space-top1 center small'>
10041004
Code coverage generated by
10051005
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
1006-
at 2025-03-21T07:43:25.390Z
1006+
at 2025-03-21T11:50:49.728Z
10071007
</div>
10081008
<script src="../../../../prettify.js"></script>
10091009
<script>

ndarray/base/every/10d_blocked_complex.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -982,7 +982,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
982982
<div class='footer quiet pad2 space-top1 center small'>
983983
Code coverage generated by
984984
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
985-
at 2025-03-21T07:43:25.390Z
985+
at 2025-03-21T11:50:49.728Z
986986
</div>
987987
<script src="../../../../prettify.js"></script>
988988
<script>

ndarray/base/every/10d_complex.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
667667
<div class='footer quiet pad2 space-top1 center small'>
668668
Code coverage generated by
669669
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
670-
at 2025-03-21T07:43:25.390Z
670+
at 2025-03-21T11:50:49.728Z
671671
</div>
672672
<script src="../../../../prettify.js"></script>
673673
<script>

ndarray/base/every/1d.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">ndarra
280280
// MAIN //
281281
&nbsp;
282282
/**
283-
* Tests whether every element is truthy.
283+
* Tests whether every element in an ndarray is truthy.
284284
*
285285
* @private
286286
* @param {Object} x - object containing ndarray meta data
@@ -361,7 +361,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
361361
<div class='footer quiet pad2 space-top1 center small'>
362362
Code coverage generated by
363363
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
364-
at 2025-03-21T07:43:25.390Z
364+
at 2025-03-21T11:50:49.728Z
365365
</div>
366366
<script src="../../../../prettify.js"></script>
367367
<script>

0 commit comments

Comments
 (0)