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/blas/ext/README.md
+3
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,7 @@ The namespace contains the following:
46
46
<divclass="namespace-toc">
47
47
48
48
- <spanclass="signature">[`base`][@stdlib/blas/ext/base]</span><spanclass="delimiter">: </span><spanclass="description">base (i.e., lower-level) extensions to basic linear algebra subprograms (BLAS).</span>
49
+
- <spanclass="signature">[`cusum( x[, initial][, options] )`][@stdlib/blas/ext/cusum]</span><spanclass="delimiter">: </span><spanclass="description">compute the cumulative sum along one or more ndarray dimensions.</span>
49
50
- <spanclass="signature">[`sum( x[, options] )`][@stdlib/blas/ext/sum]</span><spanclass="delimiter">: </span><spanclass="description">compute the sum along one or more ndarray dimensions.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/ndarray/README.md
+3
Original file line number
Diff line number
Diff line change
@@ -94,6 +94,7 @@ In addition, the namespace contains the following multidimensional array utility
94
94
- <spanclass="signature">[`ind2sub( shape, idx[, options] )`][@stdlib/ndarray/ind2sub]</span><spanclass="delimiter">: </span><spanclass="description">convert a linear index to an array of subscripts.</span>
95
95
- <spanclass="signature">[`indexModes()`][@stdlib/ndarray/index-modes]</span><spanclass="delimiter">: </span><spanclass="description">list of ndarray index modes.</span>
96
96
- <spanclass="signature">[`ndindex( x[, options] )`][@stdlib/ndarray/index]</span><spanclass="delimiter">: </span><spanclass="description">ndarray index constructor.</span>
97
+
- <spanclass="signature">[`inputCastingPolicies()`][@stdlib/ndarray/input-casting-policies]</span><spanclass="delimiter">: </span><spanclass="description">list of input ndarray casting policies.</span>
97
98
- <spanclass="signature">[`map( x[, options], fcn[, thisArg] )`][@stdlib/ndarray/map]</span><spanclass="delimiter">: </span><spanclass="description">apply a callback function to elements in an input ndarray and assign results to elements in a new output ndarray.</span>
98
99
- <spanclass="signature">[`maybeBroadcastArray( x, shape )`][@stdlib/ndarray/maybe-broadcast-array]</span><spanclass="delimiter">: </span><spanclass="description">broadcast an ndarray to a specified shape if and only if the specified shape differs from the provided ndarray's shape.</span>
99
100
- <spanclass="signature">[`maybeBroadcastArrays( arrays )`][@stdlib/ndarray/maybe-broadcast-arrays]</span><spanclass="delimiter">: </span><spanclass="description">broadcast ndarrays to a common shape.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/ndarray/base/README.md
+3
Original file line number
Diff line number
Diff line change
@@ -141,6 +141,7 @@ var o = ns;
141
141
- <spanclass="signature">[`transpose( x )`][@stdlib/ndarray/base/transpose]</span><spanclass="delimiter">: </span><spanclass="description">transpose a matrix (or a stack of matrices).</span>
142
142
- <spanclass="signature">[`unaryAccumulate( arrays, initial, clbk )`][@stdlib/ndarray/base/unary-accumulate]</span><spanclass="delimiter">: </span><spanclass="description">perform a reduction over elements in an input ndarray.</span>
143
143
- <spanclass="signature">[`unaryBy( arrays, fcn, clbk[, thisArg] )`][@stdlib/ndarray/base/unary-by]</span><spanclass="delimiter">: </span><spanclass="description">apply a unary function to each element in an input ndarray according to a callback function and assign results to elements in an output ndarray.</span>
144
+
- <spanclass="signature">[`unaryInputCastingDataType( idtype, odtype, policy )`][@stdlib/ndarray/base/unary-input-casting-dtype]</span><spanclass="delimiter">: </span><spanclass="description">resolve the input ndarray casting data type for a unary function.</span>
144
145
- <spanclass="signature">[`unaryLoopOrder( shape, stridesX, stridesY )`][@stdlib/ndarray/base/unary-loop-interchange-order]</span><spanclass="delimiter">: </span><spanclass="description">reorder ndarray dimensions and associated strides for loop interchange.</span>
145
146
- <spanclass="signature">[`unaryOutputDataType( dtype, policy )`][@stdlib/ndarray/base/unary-output-dtype]</span><spanclass="delimiter">: </span><spanclass="description">resolve the output ndarray data type for a unary function.</span>
146
147
- <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>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/ndarray/base/assert/README.md
+3
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,7 @@ var o = ns;
59
59
- <spanclass="signature">[`isFloatingPointDataType( value )`][@stdlib/ndarray/base/assert/is-floating-point-data-type]</span><spanclass="delimiter">: </span><spanclass="description">test if an input value is a supported ndarray floating-point data type.</span>
60
60
- <spanclass="signature">[`isIndexDataType( value )`][@stdlib/ndarray/base/assert/is-index-data-type]</span><spanclass="delimiter">: </span><spanclass="description">test if an input value is a supported ndarray index data type.</span>
61
61
- <spanclass="signature">[`isIndexMode( value )`][@stdlib/ndarray/base/assert/is-index-mode]</span><spanclass="delimiter">: </span><spanclass="description">test if an input value is a supported ndarray index mode.</span>
62
+
- <spanclass="signature">[`isInputCastingPolicy( value )`][@stdlib/ndarray/base/assert/is-input-casting-policy]</span><spanclass="delimiter">: </span><spanclass="description">test if an input value is a supported input ndarray casting policy.</span>
62
63
- <spanclass="signature">[`isIntegerDataType( value )`][@stdlib/ndarray/base/assert/is-integer-data-type]</span><spanclass="delimiter">: </span><spanclass="description">test if an input value is a supported ndarray integer data type.</span>
63
64
- <spanclass="signature">[`isIntegerIndexDataType( value )`][@stdlib/ndarray/base/assert/is-integer-index-data-type]</span><spanclass="delimiter">: </span><spanclass="description">test if an input value is a supported ndarray integer index data type.</span>
64
65
- <spanclass="signature">[`isMaskIndexDataType( value )`][@stdlib/ndarray/base/assert/is-mask-index-data-type]</span><spanclass="delimiter">: </span><spanclass="description">test if an input value is a supported ndarray mask index data type.</span>
0 commit comments