Skip to content

Commit 230f263

Browse files
committed
Update artifacts
1 parent d863fc5 commit 230f263

File tree

9 files changed

+13
-13
lines changed

9 files changed

+13
-13
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[402,402,100,19,19,100,4,4,100,402,402,100,"6c320f6e0882bdfbdff5ecb6721b937aeedc432d","2026-03-08 08:00:06"]
1+
[402,402,100,19,19,100,4,4,100,402,402,100,"2e393b93231ebfecee48896c20bfe5c9f96ef95e","2026-03-08 19:12:00"]

blas/ext/base/dcartesian-power/dcartesianpower.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> dcartesianpower.js</h1>
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 2026-03-08T07:59:15.467Z
256+
at 2026-03-08T19:06:06.465Z
257257
</div>
258258
<script src="prettify.js"></script>
259259
<script>

blas/ext/base/dcartesian-power/dcartesianpower.native.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ <h1><a href="index.html">All files</a> dcartesianpower.native.js</h1>
241241
<div class='footer quiet pad2 space-top1 center small'>
242242
Code coverage generated by
243243
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
244-
at 2026-03-08T07:59:15.467Z
244+
at 2026-03-08T19:06:06.465Z
245245
</div>
246246
<script src="prettify.js"></script>
247247
<script>

blas/ext/base/dcartesian-power/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ <h1>All files</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 2026-03-08T07:59:15.467Z
194+
at 2026-03-08T19:06:06.465Z
195195
</div>
196196
<script src="prettify.js"></script>
197197
<script>

blas/ext/base/dcartesian-power/index.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> index.js</h1>
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 2026-03-08T07:59:15.467Z
283+
at 2026-03-08T19:06:06.465Z
284284
</div>
285285
<script src="prettify.js"></script>
286286
<script>

blas/ext/base/dcartesian-power/main.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ <h1><a href="index.html">All files</a> main.js</h1>
175175
<div class='footer quiet pad2 space-top1 center small'>
176176
Code coverage generated by
177177
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
178-
at 2026-03-08T07:59:15.467Z
178+
at 2026-03-08T19:06:06.465Z
179179
</div>
180180
<script src="prettify.js"></script>
181181
<script>

blas/ext/base/dcartesian-power/native.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ <h1><a href="index.html">All files</a> native.js</h1>
175175
<div class='footer quiet pad2 space-top1 center small'>
176176
Code coverage generated by
177177
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
178-
at 2026-03-08T07:59:15.467Z
178+
at 2026-03-08T19:06:06.465Z
179179
</div>
180180
<script src="prettify.js"></script>
181181
<script>

blas/ext/base/dcartesian-power/ndarray.js.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -263,11 +263,11 @@ <h1><a href="index.html">All files</a> ndarray.js</h1>
263263
* @param {NonNegativeInteger} k - power
264264
* @param {Float64Array} x - input array
265265
* @param {integer} strideX - stride length
266-
* @param {integer} offsetX - starting index
266+
* @param {NonNegativeInteger} offsetX - starting index
267267
* @param {Float64Array} out - output array
268268
* @param {integer} strideOut1 - stride length between consecutive output pairs
269269
* @param {integer} strideOut2 - stride length between elements within each output pair
270-
* @param {integer} offsetOut - starting index
270+
* @param {NonNegativeInteger} offsetOut - starting index
271271
* @returns {Float64Array} output array
272272
*
273273
* @example
@@ -319,7 +319,7 @@ <h1><a href="index.html">All files</a> ndarray.js</h1>
319319
<div class='footer quiet pad2 space-top1 center small'>
320320
Code coverage generated by
321321
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
322-
at 2026-03-08T07:59:15.467Z
322+
at 2026-03-08T19:06:06.465Z
323323
</div>
324324
<script src="prettify.js"></script>
325325
<script>

blas/ext/base/dcartesian-power/ndarray.native.js.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -221,11 +221,11 @@ <h1><a href="index.html">All files</a> ndarray.native.js</h1>
221221
* @param {NonNegativeInteger} k - power
222222
* @param {Float64Array} x - input array
223223
* @param {integer} strideX - stride length
224-
* @param {integer} offsetX - starting index
224+
* @param {NonNegativeInteger} offsetX - starting index
225225
* @param {Float64Array} out - output array
226226
* @param {integer} strideOut1 - stride length between consecutive output pairs
227227
* @param {integer} strideOut2 - stride length between elements within each output pair
228-
* @param {integer} offsetOut - starting index
228+
* @param {NonNegativeInteger} offsetOut - starting index
229229
* @returns {Float64Array} output array
230230
*
231231
* @example
@@ -253,7 +253,7 @@ <h1><a href="index.html">All files</a> ndarray.native.js</h1>
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 2026-03-08T07:59:15.467Z
256+
at 2026-03-08T19:06:06.465Z
257257
</div>
258258
<script src="prettify.js"></script>
259259
<script>

0 commit comments

Comments
 (0)