@@ -23,9 +23,9 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
2323 < div class ='clearfix '>
2424
2525 < div class ='fl pad1y space-right2 '>
26- < span class ="strong "> 69.16 % </ span >
26+ < span class ="strong "> 69.49 % </ span >
2727 < span class ="quiet "> Statements</ span >
28- < span class ='fraction '> 83/120 </ span >
28+ < span class ='fraction '> 82/118 </ span >
2929 </ div >
3030
3131
@@ -44,9 +44,9 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
4444
4545
4646 < div class ='fl pad1y space-right2 '>
47- < span class ="strong "> 69.16 % </ span >
47+ < span class ="strong "> 69.49 % </ span >
4848 < span class ="quiet "> Lines</ span >
49- < span class ='fraction '> 83/120 </ span >
49+ < span class ='fraction '> 82/118 </ span >
5050 </ div >
5151
5252
@@ -181,9 +181,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
181181< a name ='L116 '> </ a > < a href ='#L116 '> 116</ a >
182182< a name ='L117 '> </ a > < a href ='#L117 '> 117</ a >
183183< a name ='L118 '> </ a > < a href ='#L118 '> 118</ a >
184- < a name ='L119 '> </ a > < a href ='#L119 '> 119</ a >
185- < a name ='L120 '> </ a > < a href ='#L120 '> 120</ a >
186- < a name ='L121 '> </ a > < a href ='#L121 '> 121</ a > </ td > < td class ="line-coverage quiet "> < span class ="cline-any cline-yes "> 1x</ span >
184+ < a name ='L119 '> </ a > < a href ='#L119 '> 119</ a > </ td > < td class ="line-coverage quiet "> < span class ="cline-any cline-yes "> 1x</ span >
187185< span class ="cline-any cline-yes "> 1x</ span >
188186< span class ="cline-any cline-yes "> 1x</ span >
189187< span class ="cline-any cline-yes "> 1x</ span >
@@ -260,8 +258,6 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
260258< span class ="cline-any cline-yes "> 1x</ span >
261259< span class ="cline-any cline-yes "> 1x</ span >
262260< span class ="cline-any cline-yes "> 1x</ span >
263- < span class ="cline-any cline-yes "> 1x</ span >
264- < span class ="cline-any cline-no "> </ span >
265261< span class ="cline-any cline-no "> </ span >
266262< span class ="cline-any cline-no "> </ span >
267263< span class ="cline-any cline-no "> </ span >
@@ -325,14 +321,13 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
325321
326322// MODULES //
327323
328- var setReadOnly = require( '@stdlib/utils/define-nonenumerable-read-only-property' );
329324var NullaryStrided1dDispatch = require( '@stdlib/ndarray/base/nullary-strided1d-dispatch' );
330325
331326
332327// MAIN //
333328
334329/**
335- * Returns a function for applying a strided function to an output ndarray.
330+ * Returns a function for applying a strided function to a provided ndarray.
336331*
337332* @param {Object} table - dispatch table
338333* @param {Function} table.default - default strided function
@@ -372,7 +367,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
372367* 'dtype': 'generic'
373368* });
374369*
375- * var out = sorthp.assign ( x, o );
370+ * var out = sorthp( x, o );
376371* // returns <ndarray>
377372*
378373* var arr = ndarray2array( x );
@@ -388,14 +383,13 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
388383< span class ="cstat-no " title ="statement not covered " > } else {</ span >
389384< span class ="cstat-no " title ="statement not covered " > f = new NullaryStrided1dDispatch( table, idtypes, odtypes );</ span >
390385< span class ="cstat-no " title ="statement not covered " > }</ span >
391- < span class ="cstat-no " title ="statement not covered " > setReadOnly( assign, 'assign', assign );</ span >
392386< span class ="cstat-no " title ="statement not covered " > return assign;</ span >
393387< span class ="cstat-no " title ="statement not covered " > </ span >
394388< span class ="cstat-no " title ="statement not covered " > /**</ span >
395389< span class ="cstat-no " title ="statement not covered " > * Applies a strided function and assigns results to a provided output ndarray.</ span >
396390< span class ="cstat-no " title ="statement not covered " > *</ span >
397391< span class ="cstat-no " title ="statement not covered " > * @private</ span >
398- < span class ="cstat-no " title ="statement not covered " > * @param {ndarrayLike} x - output ndarray</ span >
392+ < span class ="cstat-no " title ="statement not covered " > * @param {ndarrayLike} out - output ndarray</ span >
399393< span class ="cstat-no " title ="statement not covered " > * @param {...ndarrayLike} [args] - additional ndarray arguments</ span >
400394< span class ="cstat-no " title ="statement not covered " > * @param {Options} [options] - function options</ span >
401395< span class ="cstat-no " title ="statement not covered " > * @param {IntegerArray} [options.dims] - list of dimensions over which to perform operation</ span >
@@ -430,7 +424,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
430424 < div class ='footer quiet pad2 space-top1 center small '>
431425 Code coverage generated by
432426 < a href ="https://istanbul.js.org/ " target ="_blank " rel ="noopener noreferrer "> istanbul</ a >
433- at 2025-09-16T19:57:50.049Z
427+ at 2025-09-17T09:04:20.965Z
434428 </ div >
435429 < script src ="../../../../prettify.js "> </ script >
436430 < script >
0 commit comments