@@ -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 "> 32.93 % </ span >
26+ < span class ="strong "> 32.77 % </ span >
2727 < span class ="quiet "> Statements</ span >
28- < span class ='fraction '> 139/422 </ span >
28+ < span class ='fraction '> 138/421 </ 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 "> 32.93 % </ span >
47+ < span class ="strong "> 32.77 % </ span >
4848 < span class ="quiet "> Lines</ span >
49- < span class ='fraction '> 139/422 </ span >
49+ < span class ='fraction '> 138/421 </ span >
5050 </ div >
5151
5252
@@ -484,9 +484,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
484484< a name ='L419 '> </ a > < a href ='#L419 '> 419</ a >
485485< a name ='L420 '> </ a > < a href ='#L420 '> 420</ a >
486486< a name ='L421 '> </ a > < a href ='#L421 '> 421</ a >
487- < a name ='L422 '> </ a > < a href ='#L422 '> 422</ a >
488- < a name ='L423 '> </ a > < a href ='#L423 '> 423</ a > </ td > < td class ="line-coverage quiet "> < span class ="cline-any cline-yes "> 1x</ span >
489- < span class ="cline-any cline-yes "> 1x</ span >
487+ < a name ='L422 '> </ a > < a href ='#L422 '> 422</ a > </ td > < td class ="line-coverage quiet "> < span class ="cline-any cline-yes "> 1x</ span >
490488< span class ="cline-any cline-yes "> 1x</ span >
491489< span class ="cline-any cline-yes "> 1x</ span >
492490< span class ="cline-any cline-yes "> 1x</ span >
@@ -955,7 +953,6 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
955953* @param {NonNegativeIntegerArray} ldims - list of loop dimensions
956954* @param {NonNegativeIntegerArray} cdims - list of "core" dimensions
957955* @param {IntegerArray} strides - loop dimension strides for the input ndarray
958- * @param {boolean} isRowMajor - boolean indicating if provided arrays are in row-major order
959956* @param {Options} opts - reduction function options
960957* @param {boolean} hasOpts - boolean indicating whether to pass an options argument to a reduction function
961958* @param {Function} clbk - callback function
@@ -1036,12 +1033,12 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
10361033* var slx = [ 12, 12, 12, 12, 12, 12, 12, 12, 12, 4 ];
10371034*
10381035* // Perform a reduction:
1039- * blockedunary10d( base, [ x, y ], views, ibuf, ldims, cdims, slx, true, null, false, clbk, {} );
1036+ * blockedunary10d( base, [ x, y ], views, ibuf, ldims, cdims, slx, null, false, clbk, {} );
10401037*
10411038* var arr = ndarray2array( y.data, y.shape, y.strides, y.offset, y.order );
10421039* // returns [ [ [ [ [ [ [ [ [ [ true, false, true ] ] ] ] ] ] ] ] ] ]
10431040*/
1044- < span class ="cstat-no " title ="statement not covered " > < span class ="fstat-no " title ="function not covered " > function blockedunary10d( fcn, arrays, views, ibuf, ldims, cdims, strides, isRowMajor, opts, hasOpts, clbk, thisArg ) {</ span > </ span >
1041+ < span class ="cstat-no " title ="statement not covered " > < span class ="fstat-no " title ="function not covered " > function blockedunary10d( fcn, arrays, views, ibuf, ldims, cdims, strides, opts, hasOpts, clbk, thisArg ) {</ span > </ span >
10451042< span class ="cstat-no " title ="statement not covered " > var bsize;</ span >
10461043< span class ="cstat-no " title ="statement not covered " > var ybuf;</ span >
10471044< span class ="cstat-no " title ="statement not covered " > var idx;</ span >
@@ -1336,7 +1333,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
13361333 < div class ='footer quiet pad2 space-top1 center small '>
13371334 Code coverage generated by
13381335 < a href ="https://istanbul.js.org/ " target ="_blank " rel ="noopener noreferrer "> istanbul</ a >
1339- at 2025-08-15T21:02:25.262Z
1336+ at 2025-09-23T00:08:40.886Z
13401337 </ div >
13411338 < script src ="../../../../prettify.js "> </ script >
13421339 < script >
0 commit comments