@@ -25,7 +25,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/e
2525 < div class ='fl pad1y space-right2 '>
2626 < span class ="strong "> 100% </ span >
2727 < span class ="quiet "> Statements</ span >
28- < span class ='fraction '> 237/237 </ span >
28+ < span class ='fraction '> 238/238 </ span >
2929 </ div >
3030
3131
@@ -46,7 +46,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/e
4646 < div class ='fl pad1y space-right2 '>
4747 < span class ="strong "> 100% </ span >
4848 < span class ="quiet "> Lines</ span >
49- < span class ='fraction '> 237/237 </ span >
49+ < span class ='fraction '> 238/238 </ span >
5050 </ div >
5151
5252
@@ -300,7 +300,8 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/e
300300< a name ='L235 '> </ a > < a href ='#L235 '> 235</ a >
301301< a name ='L236 '> </ a > < a href ='#L236 '> 236</ a >
302302< a name ='L237 '> </ a > < a href ='#L237 '> 237</ a >
303- < a name ='L238 '> </ a > < a href ='#L238 '> 238</ a > </ td > < td class ="line-coverage quiet "> < span class ="cline-any cline-yes "> 3x</ span >
303+ < a name ='L238 '> </ a > < a href ='#L238 '> 238</ a >
304+ < a name ='L239 '> </ a > < a href ='#L239 '> 239</ a > </ td > < td class ="line-coverage quiet "> < span class ="cline-any cline-yes "> 3x</ span >
304305< span class ="cline-any cline-yes "> 3x</ span >
305306< span class ="cline-any cline-yes "> 3x</ span >
306307< span class ="cline-any cline-yes "> 3x</ span >
@@ -455,6 +456,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/e
455456< span class ="cline-any cline-yes "> 3x</ span >
456457< span class ="cline-any cline-yes "> 3x</ span >
457458< span class ="cline-any cline-yes "> 3x</ span >
459+ < span class ="cline-any cline-yes "> 3x</ span >
458460< span class ="cline-any cline-yes "> 276x</ span >
459461< span class ="cline-any cline-yes "> 276x</ span >
460462< span class ="cline-any cline-yes "> 276x</ span >
@@ -651,6 +653,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/e
651653* @param {Options} [options] - function options
652654* @param {IntegerArray} [options.dims] - list of dimensions over which to perform operation
653655* @throws {TypeError} first argument must be an ndarray-like object
656+ * @throws {TypeError} second argument must be an ndarray-like object
654657* @throws {TypeError} sort order argument must be either an ndarray-like object, a numeric value, or a supported string
655658* @throws {TypeError} options argument must be an object
656659* @throws {RangeError} dimension indices must not exceed input ndarray bounds
@@ -781,7 +784,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/e
781784 < div class ='footer quiet pad2 space-top1 center small '>
782785 Code coverage generated by
783786 < a href ="https://istanbul.js.org/ " target ="_blank " rel ="noopener noreferrer "> istanbul</ a >
784- at 2025-10-02T06:37:04.605Z
787+ at 2025-10-02T06:38:09.228Z
785788 </ div >
786789 < script src ="../../../../prettify.js "> </ script >
787790 < script >
0 commit comments