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/array/base/fliplr5d/README.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,6 +97,14 @@ console.log( y );
97
97
98
98
<sectionclass="related">
99
99
100
+
* * *
101
+
102
+
## See Also
103
+
104
+
- <spanclass="package-name">[`@stdlib/array/base/fliplr2d`][@stdlib/array/base/fliplr2d]</span><spanclass="delimiter">: </span><spanclass="description">reverse the order of elements along the last dimension of a two-dimensional nested input array.</span>
105
+
- <spanclass="package-name">[`@stdlib/array/base/fliplr3d`][@stdlib/array/base/fliplr3d]</span><spanclass="delimiter">: </span><spanclass="description">reverse the order of elements along the last dimension of a three-dimensional nested input array.</span>
106
+
- <spanclass="package-name">[`@stdlib/array/base/fliplr4d`][@stdlib/array/base/fliplr4d]</span><spanclass="delimiter">: </span><spanclass="description">reverse the order of elements along the last dimension of a four-dimensional nested input array.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/blas/ext/base/gapx/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -163,7 +163,7 @@ console.log( x );
163
163
164
164
## See Also
165
165
166
-
- <spanclass="package-name">[`@stdlib/blas/ext/base/dapx`][@stdlib/blas/ext/base/dapx]</span><spanclass="delimiter">: </span><spanclass="description">add a constant to each element in a double-precision floating-point strided array.</span>
166
+
- <spanclass="package-name">[`@stdlib/blas/ext/base/dapx`][@stdlib/blas/ext/base/dapx]</span><spanclass="delimiter">: </span><spanclass="description">add a scalar constant to each element in a double-precision floating-point strided array.</span>
167
167
- <spanclass="package-name">[`@stdlib/blas/ext/base/sapx`][@stdlib/blas/ext/base/sapx]</span><spanclass="delimiter">: </span><spanclass="description">add a constant to each element in a single-precision floating-point strided array.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/blas/ext/base/sapxsumkbn2/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -166,9 +166,9 @@ console.log( v );
166
166
167
167
## See Also
168
168
169
-
- <spanclass="package-name">[`@stdlib/blas/ext/base/dapxsumkbn2`][@stdlib/blas/ext/base/dapxsumkbn2]</span><spanclass="delimiter">: </span><spanclass="description">adds a constant to each double-precision floating-point strided array element and computes the sum using a second-order iterative Kahan–Babuška algorithm.</span>
170
-
- <spanclass="package-name">[`@stdlib/blas/ext/base/gapxsumkbn2`][@stdlib/blas/ext/base/gapxsumkbn2]</span><spanclass="delimiter">: </span><spanclass="description">adds a constant to each strided array element and computes the sum using a second-order iterative Kahan–Babuška algorithm.</span>
171
-
- <spanclass="package-name">[`@stdlib/blas/ext/base/sapxsum`][@stdlib/blas/ext/base/sapxsum]</span><spanclass="delimiter">: </span><spanclass="description">adds a constant to each single-precision floating-point strided array element and computes the sum.</span>
169
+
- <spanclass="package-name">[`@stdlib/blas/ext/base/dapxsumkbn2`][@stdlib/blas/ext/base/dapxsumkbn2]</span><spanclass="delimiter">: </span><spanclass="description">add a scalar constant to each double-precision floating-point strided array element and compute the sum using a second-order iterative Kahan–Babuška algorithm.</span>
170
+
- <spanclass="package-name">[`@stdlib/blas/ext/base/gapxsumkbn2`][@stdlib/blas/ext/base/gapxsumkbn2]</span><spanclass="delimiter">: </span><spanclass="description">add a constant to each strided array element and compute the sum using a second-order iterative Kahan–Babuška algorithm.</span>
171
+
- <spanclass="package-name">[`@stdlib/blas/ext/base/sapxsum`][@stdlib/blas/ext/base/sapxsum]</span><spanclass="delimiter">: </span><spanclass="description">add a constant to each single-precision floating-point strided array element and compute the sum.</span>
172
172
- <spanclass="package-name">[`@stdlib/blas/ext/base/ssumkbn2`][@stdlib/blas/ext/base/ssumkbn2]</span><spanclass="delimiter">: </span><spanclass="description">calculate the sum of single-precision floating-point strided array elements using a second-order iterative Kahan–Babuška algorithm.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/constants/float64/high-word-exponent-mask/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
@@ -150,6 +150,8 @@ Macro for the high word mask for the exponent of a [double-precision floating-po
150
150
## See Also
151
151
152
152
- <spanclass="package-name">[`@stdlib/constants/float64/high-word-significand-mask`][@stdlib/constants/float64/high-word-significand-mask]</span><spanclass="delimiter">: </span><spanclass="description">high word mask for the significand of a double-precision floating-point number.</span>
153
+
- <spanclass="package-name">[`@stdlib/constants/float64/high-word-sign-mask`][@stdlib/constants/float64/high-word-sign-mask]</span><spanclass="delimiter">: </span><spanclass="description">high word mask for the sign bit of a double-precision floating-point number.</span>
154
+
- <spanclass="package-name">[`@stdlib/constants/float64/high-word-abs-mask`][@stdlib/constants/float64/high-word-abs-mask]</span><spanclass="delimiter">: </span><spanclass="description">high word mask for excluding the sign bit of a double-precision floating-point number.</span>
153
155
154
156
</section>
155
157
@@ -165,6 +167,10 @@ Macro for the high word mask for the exponent of a [double-precision floating-po
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/math/base/assert/is-positive-finite/README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -176,6 +176,14 @@ int main( void ) {
176
176
177
177
<sectionclass="related">
178
178
179
+
* * *
180
+
181
+
## See Also
182
+
183
+
- <spanclass="package-name">[`@stdlib/math/base/assert/is-negative-finite`][@stdlib/math/base/assert/is-negative-finite]</span><spanclass="delimiter">: </span><spanclass="description">test if a double-precision floating-point numeric value is a negative finite number.</span>
184
+
- <spanclass="package-name">[`@stdlib/math/base/assert/is-nonnegative-finite`][@stdlib/math/base/assert/is-nonnegative-finite]</span><spanclass="delimiter">: </span><spanclass="description">test if a numeric value is a nonnegative finite number.</span>
185
+
- <spanclass="package-name">[`@stdlib/math/base/assert/is-nonpositive-finite`][@stdlib/math/base/assert/is-nonpositive-finite]</span><spanclass="delimiter">: </span><spanclass="description">test if a numeric value is a nonpositive finite number.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/math/base/special/minn/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,6 +135,7 @@ for ( i = 0; i < 100; i++ ) {
135
135
136
136
- <spanclass="package-name">[`@stdlib/math/base/special/maxn`][@stdlib/math/base/special/maxn]</span><spanclass="delimiter">: </span><spanclass="description">return the maximum value.</span>
137
137
- <spanclass="package-name">[`@stdlib/math/base/special/min`][@stdlib/math/base/special/min]</span><spanclass="delimiter">: </span><spanclass="description">return the minimum value.</span>
138
+
- <spanclass="package-name">[`@stdlib/math/base/special/minabsn`][@stdlib/math/base/special/minabsn]</span><spanclass="delimiter">: </span><spanclass="description">return the minimum absolute value.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/math/strided/special/atan-by/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
@@ -229,6 +229,12 @@ console.log( y );
229
229
230
230
<section class="related">
231
231
232
+
***
233
+
234
+
## See Also
235
+
236
+
-<span class="package-name">[`@stdlib/math/strided/special/atanh-by`][@stdlib/math/strided/special/atanh-by]</span><span class="delimiter">:</span><span class="description">compute the hyperbolic arctangent of each element retrieved from an input strided array via a callback function.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/ndarray/reject/README.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -204,6 +204,15 @@ console.log( ndarray2array( y ) );
204
204
205
205
<sectionclass="related">
206
206
207
+
* * *
208
+
209
+
## See Also
210
+
211
+
- <spanclass="package-name">[`@stdlib/ndarray/filter`][@stdlib/ndarray/filter]</span><spanclass="delimiter">: </span><spanclass="description">return a shallow copy of an ndarray containing only those elements which pass a test implemented by a predicate function.</span>
212
+
- <spanclass="package-name">[`@stdlib/ndarray/filter-map`][@stdlib/ndarray/filter-map]</span><spanclass="delimiter">: </span><spanclass="description">filter and map elements in an input ndarray to elements in a new output ndarray according to a callback function.</span>
213
+
- <spanclass="package-name">[`@stdlib/ndarray/map`][@stdlib/ndarray/map]</span><spanclass="delimiter">: </span><spanclass="description">apply a callback to elements in an input ndarray and assign results to elements in a new output ndarray.</span>
214
+
- <spanclass="package-name">[`@stdlib/ndarray/slice`][@stdlib/ndarray/slice]</span><spanclass="delimiter">: </span><spanclass="description">return a read-only view of an input ndarray.</span>
215
+
207
216
</section>
208
217
209
218
<!-- /.related -->
@@ -218,6 +227,14 @@ console.log( ndarray2array( y ) );
0 commit comments