Skip to content

Commit 6c6e4b7

Browse files
committed
Update artifacts
1 parent 88abe92 commit 6c6e4b7

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[143,143,100,3,3,100,1,1,100,143,143,100,"f1e77580b545c070d5150d807e90fbb3d65f7e93","2025-12-20 12:58:16 +0530"]
1+
[143,143,100,3,3,100,1,1,100,143,143,100,"c1405217e61e679858a0c171866496fb7e07fc1c","2025-12-20 15:38:38 +0530"]

blas/ext/base/ndarray/dsort2hp/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-20T07:31:42.559Z
119+
at 2025-12-20T10:10:35.886Z
120120
</div>
121121
<script src="prettify.js"></script>
122122
<script>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ <h1><a href="index.html">All files</a> index.js</h1>
250250
<div class='footer quiet pad2 space-top1 center small'>
251251
Code coverage generated by
252252
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
253-
at 2025-12-20T07:31:42.559Z
253+
at 2025-12-20T10:10:35.886Z
254254
</div>
255255
<script src="prettify.js"></script>
256256
<script>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -266,10 +266,10 @@ <h1><a href="index.html">All files</a> main.js</h1>
266266
*
267267
* ## Notes
268268
*
269-
* - When the sort order is less than zero, the input ndarrays are sorted in **decreasing** order. When the sort order is greater than zero, the input ndarrays are sorted in **increasing** order. When the sort order is equal to zero, the input ndarrays are left unchanged.
269+
* - When the sort order is less than zero, the first input ndarray is sorted in **decreasing** order. When the sort order is greater than zero, the first input ndarray is sorted in **increasing** order. When the sort order is equal to zero, the input ndarrays are left unchanged. The second input ndarray is reordered based on the sort order of the first input ndarray.
270270
*
271271
* @param {ArrayLikeObject&lt;Object&gt;} arrays - array-like object containing two one-dimensional input ndarrays and a zero-dimensional ndarray specifying the sort order
272-
* @returns {ndarray} first input ndarray
272+
* @returns {Object} first input ndarray
273273
*
274274
* @example
275275
* var Float64Array = require( '@stdlib/array/float64' );
@@ -319,7 +319,7 @@ <h1><a href="index.html">All files</a> main.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 2025-12-20T07:31:42.559Z
322+
at 2025-12-20T10:10:35.886Z
323323
</div>
324324
<script src="prettify.js"></script>
325325
<script>

0 commit comments

Comments
 (0)