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/math/strided/special/README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,8 +68,10 @@ The namespace contains the following strided array functions:
68
68
- <spanclass="signature">[`bessely0By( N, x, strideX, y, strideY, clbk[, thisArg] )`][@stdlib/math/strided/special/bessely0-by]</span><spanclass="delimiter">: </span><spanclass="description">compute the Bessel function of the second kind of order zero for each element retrieved from an input strided array via a callback function.</span>
69
69
- <spanclass="signature">[`bessely1By( N, x, strideX, y, strideY, clbk[, thisArg] )`][@stdlib/math/strided/special/bessely1-by]</span><spanclass="delimiter">: </span><spanclass="description">compute the Bessel function of the second kind of order one for each element retrieved from an input strided array via a callback function.</span>
70
70
- <spanclass="signature">[`binetBy( N, x, strideX, y, strideY, clbk[, thisArg] )`][@stdlib/math/strided/special/binet-by]</span><spanclass="delimiter">: </span><spanclass="description">evaluate Binet's formula extended to real numbers for each element retrieved from an input strided array via a callback function.</span>
71
+
- <spanclass="signature">[`cbrtBy( N, x, strideX, y, strideY, clbk[, thisArg] )`][@stdlib/math/strided/special/cbrt-by]</span><spanclass="delimiter">: </span><spanclass="description">compute the cube root of each element retrieved from an input strided array via a callback function.</span>
71
72
- <spanclass="signature">[`cbrt( N, x, strideX, y, strideY )`][@stdlib/math/strided/special/cbrt]</span><spanclass="delimiter">: </span><spanclass="description">compute the cube root of each element in a strided array.</span>
72
73
- <spanclass="signature">[`ceil( N, dtypeX, x, strideX, dtypeY, y, strideY )`][@stdlib/math/strided/special/ceil]</span><spanclass="delimiter">: </span><spanclass="description">round each element in a strided array toward positive infinity.</span>
74
+
- <spanclass="signature">[`cosBy( N, x, strideX, y, strideY, clbk[, thisArg] )`][@stdlib/math/strided/special/cos-by]</span><spanclass="delimiter">: </span><spanclass="description">compute the cosine for each element retrieved from an input strided array via a callback function.</span>
73
75
- <spanclass="signature">[`dabs( N, x, strideX, y, strideY )`][@stdlib/math/strided/special/dabs]</span><spanclass="delimiter">: </span><spanclass="description">compute the absolute value for each element in a double-precision floating-point strided array.</span>
74
76
- <spanclass="signature">[`dabs2( N, x, strideX, y, strideY )`][@stdlib/math/strided/special/dabs2]</span><spanclass="delimiter">: </span><spanclass="description">compute the squared absolute value for each element in a double-precision floating-point strided array.</span>
75
77
- <spanclass="signature">[`dcbrt( N, x, strideX, y, strideY )`][@stdlib/math/strided/special/dcbrt]</span><spanclass="delimiter">: </span><spanclass="description">compute the cube root of each element in a double-precision floating-point strided array.</span>
@@ -103,6 +105,7 @@ The namespace contains the following strided array functions:
103
105
- <spanclass="signature">[`sceil( N, x, strideX, y, strideY )`][@stdlib/math/strided/special/sceil]</span><spanclass="delimiter">: </span><spanclass="description">round each element in a single-precision floating-point strided array toward positive infinity.</span>
104
106
- <spanclass="signature">[`sdeg2rad( N, x, strideX, y, strideY )`][@stdlib/math/strided/special/sdeg2rad]</span><spanclass="delimiter">: </span><spanclass="description">convert each element in a single-precision floating-point strided array from degrees to radians.</span>
105
107
- <spanclass="signature">[`sfloor( N, x, strideX, y, strideY )`][@stdlib/math/strided/special/sfloor]</span><spanclass="delimiter">: </span><spanclass="description">round each element in a single-precision floating-point strided array toward negative infinity.</span>
108
+
- <spanclass="signature">[`sinBy( N, x, strideX, y, strideY, clbk[, thisArg] )`][@stdlib/math/strided/special/sin-by]</span><spanclass="delimiter">: </span><spanclass="description">compute the sine of each element retrieved from an input strided array via a callback function.</span>
106
109
- <spanclass="signature">[`sinv( N, x, strideX, y, strideY )`][@stdlib/math/strided/special/sinv]</span><spanclass="delimiter">: </span><spanclass="description">compute the multiplicative inverse for each element in a single-precision floating-point strided array.</span>
107
110
- <spanclass="signature">[`smskabs( N, x, sx, m, sm, y, sy )`][@stdlib/math/strided/special/smskabs]</span><spanclass="delimiter">: </span><spanclass="description">compute the absolute value for each element in a single-precision floating-point strided array according to a strided mask array.</span>
108
111
- <spanclass="signature">[`smskabs2( N, x, sx, m, sm, y, sy )`][@stdlib/math/strided/special/smskabs2]</span><spanclass="delimiter">: </span><spanclass="description">compute the squared absolute value for each element in a single-precision floating-point strided array according to a strided mask array.</span>
@@ -115,6 +118,7 @@ The namespace contains the following strided array functions:
115
118
- <spanclass="signature">[`smskrsqrt( N, x, sx, m, sm, y, sy )`][@stdlib/math/strided/special/smskrsqrt]</span><spanclass="delimiter">: </span><spanclass="description">compute the reciprocal square root for each element in a single-precision floating-point strided array according to a strided mask array.</span>
116
119
- <spanclass="signature">[`smsksqrt( N, x, sx, m, sm, y, sy )`][@stdlib/math/strided/special/smsksqrt]</span><spanclass="delimiter">: </span><spanclass="description">compute the principal square root for each element in a single-precision floating-point strided array according to a strided mask array.</span>
117
120
- <spanclass="signature">[`smsktrunc( N, x, sx, m, sm, y, sy )`][@stdlib/math/strided/special/smsktrunc]</span><spanclass="delimiter">: </span><spanclass="description">round each element in a single-precision floating-point strided array toward zero according to a strided mask array.</span>
121
+
- <spanclass="signature">[`sqrtBy( N, x, strideX, y, strideY, clbk[, thisArg] )`][@stdlib/math/strided/special/sqrt-by]</span><spanclass="delimiter">: </span><spanclass="description">compute the principal square root for each element retrieved from an input strided array via a callback function.</span>
118
122
- <spanclass="signature">[`sqrt( N, dtypeX, x, strideX, dtypeY, y, strideY )`][@stdlib/math/strided/special/sqrt]</span><spanclass="delimiter">: </span><spanclass="description">compute the principal square root for each element in a strided array.</span>
119
123
- <spanclass="signature">[`sramp( N, x, strideX, y, strideY )`][@stdlib/math/strided/special/sramp]</span><spanclass="delimiter">: </span><spanclass="description">evaluate the ramp function for each element in a single-precision floating-point strided array.</span>
120
124
- <spanclass="signature">[`srsqrt( N, x, strideX, y, strideY )`][@stdlib/math/strided/special/srsqrt]</span><spanclass="delimiter">: </span><spanclass="description">compute the reciprocal square root for each element in a single-precision floating-point strided array.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/strided/base/README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,7 @@ The following functions are currently exported:
64
64
- <spanclass="signature">[`metaDataProps( meta, dtypes, obj, bool )`][@stdlib/strided/base/meta-data-props]</span><spanclass="delimiter">: </span><spanclass="description">define non-enumerable read-only properties which expose strided array function meta data.</span>
65
65
- <spanclass="signature">[`minViewBufferIndex( N, stride, offset )`][@stdlib/strided/base/min-view-buffer-index]</span><spanclass="delimiter">: </span><spanclass="description">return the minimum accessible index based on a set of provided strided array parameters.</span>
66
66
- <spanclass="signature">[`mskunary( arrays, shape, strides, fcn )`][@stdlib/strided/base/mskunary]</span><spanclass="delimiter">: </span><spanclass="description">apply a unary callback to elements in a strided input array according to elements in a strided mask array and assign results to elements in a strided output array.</span>
67
+
- <spanclass="signature">[`nullaryAddonDispatch( addon, fallback )`][@stdlib/strided/base/nullary-addon-dispatch]</span><spanclass="delimiter">: </span><spanclass="description">dispatch to a native add-on applying a nullary function.</span>
67
68
- <spanclass="signature">[`nullary( arrays, shape, strides, fcn )`][@stdlib/strided/base/nullary]</span><spanclass="delimiter">: </span><spanclass="description">apply a nullary callback and assign results to elements in a strided output array.</span>
68
69
- <spanclass="signature">[`offsetView( x, offset )`][@stdlib/strided/base/offset-view]</span><spanclass="delimiter">: </span><spanclass="description">return a typed array view having the same data type as a provided input typed array and starting at a specified index offset.</span>
69
70
- <spanclass="signature">[`quaternary( arrays, shape, strides, fcn )`][@stdlib/strided/base/quaternary]</span><spanclass="delimiter">: </span><spanclass="description">apply a quaternary callback to strided input array elements and assign results to elements in a strided output array.</span>
@@ -76,6 +77,7 @@ The following functions are currently exported:
76
77
- <spanclass="signature">[`smskmap2( N, x, strideX, y, strideY, mask, strideMask, z, strideZ, fcn )`][@stdlib/strided/base/smskmap2]</span><spanclass="delimiter">: </span><spanclass="description">apply a binary function to single-precision floating-point strided input arrays according to a strided mask array and assign results to a single-precision floating-point strided output array.</span>
77
78
- <spanclass="signature">[`ternary( arrays, shape, strides, fcn )`][@stdlib/strided/base/ternary]</span><spanclass="delimiter">: </span><spanclass="description">apply a ternary callback to strided input array elements and assign results to elements in a strided output array.</span>
78
79
- <spanclass="signature">[`unaryAddonDispatch( addon, fallback )`][@stdlib/strided/base/unary-addon-dispatch]</span><spanclass="delimiter">: </span><spanclass="description">dispatch to a native add-on applying a unary function to an input strided array.</span>
80
+
- <spanclass="signature">[`unaryDtypeSignatures( dtypes1, dtypes2[, options] )`][@stdlib/strided/base/unary-dtype-signatures]</span><spanclass="delimiter">: </span><spanclass="description">generate a list of unary interface signatures from strided array data types.</span>
79
81
- <spanclass="signature">[`unary( arrays, shape, strides, fcn )`][@stdlib/strided/base/unary]</span><spanclass="delimiter">: </span><spanclass="description">apply a unary callback to elements in a strided input array and assign results to elements in a strided output array.</span>
80
82
- <spanclass="signature">[`zmap( N, x, strideX, y, strideY, fcn )`][@stdlib/strided/base/zmap]</span><spanclass="delimiter">: </span><spanclass="description">apply a unary function to a double-precision floating-point strided input array and assign results to a double-precision floating-point strided output array.</span>
0 commit comments