You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Return a function for applying a one-dimensional strided array function to a list of specified dimensions in an input ndarray.
440
+
* Return a function for applying a one-dimensional strided array function to a list of specified dimensions in an ndarray.
441
441
*
442
442
* @param {Function} [fcn] - wrapper for a one-dimensional strided array function
443
443
* @param {Options} [options] - function options
444
-
* @param {boolean} [options.strictTraversalOrder=false] - boolean specifying whether to require that element traversal match the memory layout of an input ndarray
444
+
* @param {boolean} [options.strictTraversalOrder=false] - boolean specifying whether to require that element traversal match the memory layout of the target ndarray
445
445
* @throws {TypeError} options argument must be an object
446
446
* @throws {TypeError} must provide valid options
447
447
* @returns {Function} function for applying a strided array function
<spanclass="cstat-no" title="statement not covered" > return f;</span>
537
537
<spanclass="cstat-no" title="statement not covered" ></span>
538
538
<spanclass="cstat-no" title="statement not covered" > /**</span>
539
-
<spanclass="cstat-no" title="statement not covered" > * Applies a one-dimensional strided array function to a list of specified dimensions in an input ndarray.</span>
539
+
<spanclass="cstat-no" title="statement not covered" > * Applies a one-dimensional strided array function to a list of specified dimensions in an ndarray.</span>
540
540
<spanclass="cstat-no" title="statement not covered" > *</span>
541
541
<spanclass="cstat-no" title="statement not covered" > * @private</span>
<spanclass="cstat-no" title="statement not covered" > }</span>
556
556
<spanclass="cstat-no" title="statement not covered" ></span>
557
557
<spanclass="cstat-no" title="statement not covered" > /**</span>
558
-
<spanclass="cstat-no" title="statement not covered" > * Applies a one-dimensional strided array function to a list of specified dimensions in an input ndarray.</span>
558
+
<spanclass="cstat-no" title="statement not covered" > * Applies a one-dimensional strided array function to a list of specified dimensions in an ndarray.</span>
559
559
<spanclass="cstat-no" title="statement not covered" > *</span>
560
560
<spanclass="cstat-no" title="statement not covered" > * @private</span>
561
561
<spanclass="cstat-no" title="statement not covered" > * @param {Function} fcn - wrapper for a one-dimensional strided array function</span>
0 commit comments