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
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/ndarray/base/README.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,7 @@ var o = ns;
104
104
- <spanclass="signature">[`minmaxViewBufferIndex( shape, strides, offset )`][@stdlib/ndarray/base/minmax-view-buffer-index]</span><spanclass="delimiter">: </span><spanclass="description">compute the minimum and maximum linear indices in an underlying data buffer which are accessible to an array view.</span>
105
105
- <spanclass="signature">[`ndarraylike2ndarray( x )`][@stdlib/ndarray/base/ndarraylike2ndarray]</span><spanclass="delimiter">: </span><spanclass="description">convert an ndarray-like object to an `ndarray`.</span>
106
106
- <spanclass="signature">[`ndarraylike2object( x )`][@stdlib/ndarray/base/ndarraylike2object]</span><spanclass="delimiter">: </span><spanclass="description">convert an `ndarray`-like object to an object likely to have the same "shape".</span>
107
+
- <spanclass="signature">[`ndarraylike2scalar( x )`][@stdlib/ndarray/base/ndarraylike2scalar]</span><spanclass="delimiter">: </span><spanclass="description">convert an ndarray-like object to a scalar value.</span>
107
108
- <spanclass="signature">[`ndims( x )`][@stdlib/ndarray/base/ndims]</span><spanclass="delimiter">: </span><spanclass="description">return the number of ndarray dimensions.</span>
108
109
- <spanclass="signature">[`nextCartesianIndex( shape, order, idx, dim )`][@stdlib/ndarray/base/next-cartesian-index]</span><spanclass="delimiter">: </span><spanclass="description">return the next Cartesian index (i.e., set of subscripts/dimension indices).</span>
109
110
- <spanclass="signature">[`nonsingletonDimensions( shape )`][@stdlib/ndarray/base/nonsingleton-dimensions]</span><spanclass="delimiter">: </span><spanclass="description">return the number of non-singleton dimensions.</span>
@@ -159,6 +160,7 @@ var o = ns;
159
160
- <spanclass="signature">[`unaryReduceStrided1dDispatchBy( table, idtypes, odtypes, policies )`][@stdlib/ndarray/base/unary-reduce-strided1d-dispatch-by]</span><spanclass="delimiter">: </span><spanclass="description">constructor for performing a reduction on an input ndarray according to a callback function.</span>
160
161
- <spanclass="signature">[`unaryReduceStrided1dDispatchFactory( table, idtypes, odtypes, policies )`][@stdlib/ndarray/base/unary-reduce-strided1d-dispatch-factory]</span><spanclass="delimiter">: </span><spanclass="description">create a function for performing a reduction on an input ndarray.</span>
161
162
- <spanclass="signature">[`unaryReduceStrided1dDispatch( table, idtypes, odtypes, policies )`][@stdlib/ndarray/base/unary-reduce-strided1d-dispatch]</span><spanclass="delimiter">: </span><spanclass="description">constructor for performing a reduction on an input ndarray.</span>
163
+
- <spanclass="signature">[`unaryReduceStrided1dToStruct( fcn, arrays, dims[, options] )`][@stdlib/ndarray/base/unary-reduce-strided1d-to-struct]</span><spanclass="delimiter">: </span><spanclass="description">perform a reduction over a list of specified dimensions in an input ndarray via a one-dimensional strided array reduction function and assign results to a provided output ndarray.</span>
162
164
- <spanclass="signature">[`unaryReduceStrided1d( fcn, arrays, dims[, options] )`][@stdlib/ndarray/base/unary-reduce-strided1d]</span><spanclass="delimiter">: </span><spanclass="description">perform a reduction over a list of specified dimensions in an input ndarray via a one-dimensional strided array reduction function and assign results to a provided output ndarray.</span>
163
165
- <spanclass="signature">[`unaryReduceSubarrayBy( fcn, arrays, dims[, options], clbk[, thisArg] )`][@stdlib/ndarray/base/unary-reduce-subarray-by]</span><spanclass="delimiter">: </span><spanclass="description">perform a reduction over a list of specified dimensions in an input ndarray according to a callback function and assign results to a provided output ndarray.</span>
164
166
- <spanclass="signature">[`unaryReduceSubarray( fcn, arrays, dims[, options] )`][@stdlib/ndarray/base/unary-reduce-subarray]</span><spanclass="delimiter">: </span><spanclass="description">perform a reduction over a list of specified dimensions in an input ndarray and assign results to a provided output ndarray.</span>
0 commit comments