Skip to content

Commit 5f6ff6e

Browse files
committed
Update artifacts
1 parent b7be4e2 commit 5f6ff6e

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[116,116,100,3,3,100,1,1,100,116,116,100,"0347df4b590e9458881d2a3afb83e6f2db355f59","2025-12-21 00:58:22 +0530"]
1+
[116,116,100,3,3,100,1,1,100,116,116,100,"3f2394f0f05b2724b1fea3195410af8320db37b0","2025-12-21 12:01:18 +0530"]

blas/ext/base/ndarray/dapxsum/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ <h1>All files</h1>
116116
<div class='footer quiet pad2 space-top1 center small'>
117117
Code coverage generated by
118118
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
119-
at 2025-12-20T19:29:20.731Z
119+
at 2025-12-21T06:34:30.275Z
120120
</div>
121121
<script src="prettify.js"></script>
122122
<script>

blas/ext/base/ndarray/dapxsum/index.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ <h1><a href="index.html">All files</a> index.js</h1>
184184
'use strict';
185185
&nbsp;
186186
/**
187-
* Add a scalar constant to each one-dimensional double-precision floating-point ndarray element and computes the sum.
187+
* Add a scalar constant to each element of a one-dimensional double-precision floating-point ndarray and compute the sum.
188188
*
189189
* @module @stdlib/blas/ext/base/ndarray/dapxsum
190190
*
@@ -220,7 +220,7 @@ <h1><a href="index.html">All files</a> index.js</h1>
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-12-20T19:29:20.731Z
223+
at 2025-12-21T06:34:30.275Z
224224
</div>
225225
<script src="prettify.js"></script>
226226
<script>

blas/ext/base/ndarray/dapxsum/main.js.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -182,14 +182,14 @@ <h1><a href="index.html">All files</a> main.js</h1>
182182
<span class="cline-any cline-yes">1x</span>
183183
<span class="cline-any cline-yes">1x</span>
184184
<span class="cline-any cline-yes">1x</span>
185-
<span class="cline-any cline-yes">1x</span>
186-
<span class="cline-any cline-yes">1x</span>
187-
<span class="cline-any cline-yes">1x</span>
188-
<span class="cline-any cline-yes">1x</span>
189-
<span class="cline-any cline-yes">1x</span>
190-
<span class="cline-any cline-yes">1x</span>
191-
<span class="cline-any cline-yes">1x</span>
192-
<span class="cline-any cline-yes">1x</span>
185+
<span class="cline-any cline-yes">5x</span>
186+
<span class="cline-any cline-yes">5x</span>
187+
<span class="cline-any cline-yes">5x</span>
188+
<span class="cline-any cline-yes">5x</span>
189+
<span class="cline-any cline-yes">5x</span>
190+
<span class="cline-any cline-yes">5x</span>
191+
<span class="cline-any cline-yes">5x</span>
192+
<span class="cline-any cline-yes">5x</span>
193193
<span class="cline-any cline-yes">1x</span>
194194
<span class="cline-any cline-yes">1x</span>
195195
<span class="cline-any cline-yes">1x</span>
@@ -228,10 +228,10 @@ <h1><a href="index.html">All files</a> main.js</h1>
228228
// MAIN //
229229
&nbsp;
230230
/**
231-
* Adds a scalar constant to each one-dimensional double-precision floating-point ndarray element and computes the sum.
231+
* Adds a scalar constant to each element of a one-dimensional double-precision floating-point ndarray and compute the sum.
232232
*
233-
* @param {ArrayLikeObject&lt;Object&gt;} arrays - array-like object containing a one-dimensional input ndarray and a zero-dimensional ndarray containing a scalar constant.
234-
* @returns {number} computed sum
233+
* @param {ArrayLikeObject&lt;Object&gt;} arrays - array-like object containing a one-dimensional input ndarray and a zero-dimensional ndarray containing a scalar constant
234+
* @returns {number} sum
235235
*
236236
* @example
237237
* var Float64Array = require( '@stdlib/array/float64' );
@@ -268,7 +268,7 @@ <h1><a href="index.html">All files</a> main.js</h1>
268268
<div class='footer quiet pad2 space-top1 center small'>
269269
Code coverage generated by
270270
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
271-
at 2025-12-20T19:29:20.731Z
271+
at 2025-12-21T06:34:30.275Z
272272
</div>
273273
<script src="prettify.js"></script>
274274
<script>

0 commit comments

Comments
 (0)