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/base/README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -45,9 +45,9 @@ var o = blas;
45
45
46
46
<divclass="namespace-toc">
47
47
48
-
- <spanclass="signature">[`caxpy( N, ca, cx, strideX, cy, strideY )`][@stdlib/blas/base/caxpy]</span><spanclass="delimiter">: </span><spanclass="description">scale a single-precision complex floating-point vector by a single-precision complex floating-point constant and add the result to a single-precision complex floating-point vector.</span>
48
+
- <spanclass="signature">[`caxpy( N, alpha, x, strideX, y, strideY )`][@stdlib/blas/base/caxpy]</span><spanclass="delimiter">: </span><spanclass="description">scale a single-precision complex floating-point vector by a single-precision complex floating-point constant and add the result to a single-precision complex floating-point vector.</span>
49
49
- <spanclass="signature">[`ccopy( N, x, strideX, y, strideY )`][@stdlib/blas/base/ccopy]</span><spanclass="delimiter">: </span><spanclass="description">copy values from one complex single-precision floating-point vector to another complex single-precision floating-point vector.</span>
50
-
- <spanclass="signature">[`cscal( N, ca, cx, strideX )`][@stdlib/blas/base/cscal]</span><spanclass="delimiter">: </span><spanclass="description">scales a single-precision complex floating-point vector by a single-precision complex floating-point constant.</span>
50
+
- <spanclass="signature">[`cscal( N, alpha, x, strideX )`][@stdlib/blas/base/cscal]</span><spanclass="delimiter">: </span><spanclass="description">scales a single-precision complex floating-point vector by a single-precision complex floating-point constant.</span>
51
51
- <spanclass="signature">[`csrot( N, cx, strideX, cy, strideY, c, s )`][@stdlib/blas/base/csrot]</span><spanclass="delimiter">: </span><spanclass="description">applies a plane rotation.</span>
52
52
- <spanclass="signature">[`cswap( N, x, strideX, y, strideY )`][@stdlib/blas/base/cswap]</span><spanclass="delimiter">: </span><spanclass="description">interchange two complex single-precision floating-point vectors.</span>
53
53
- <spanclass="signature">[`dasum( N, x, stride )`][@stdlib/blas/base/dasum]</span><spanclass="delimiter">: </span><spanclass="description">compute the sum of absolute values (_L1_ norm).</span>
@@ -84,7 +84,7 @@ var o = blas;
84
84
- <spanclass="signature">[`srotm( N, x, strideX, y, strideY, param )`][@stdlib/blas/base/srotm]</span><spanclass="delimiter">: </span><spanclass="description">apply a modified Givens plane rotation.</span>
85
85
- <spanclass="signature">[`sscal( N, alpha, x, stride )`][@stdlib/blas/base/sscal]</span><spanclass="delimiter">: </span><spanclass="description">multiply a single-precision floating-point vector `x` by a constant `alpha`.</span>
86
86
- <spanclass="signature">[`sswap( N, x, strideX, y, strideY )`][@stdlib/blas/base/sswap]</span><spanclass="delimiter">: </span><spanclass="description">interchange two single-precision floating-point vectors.</span>
87
-
- <spanclass="signature">[`zaxpy( N, za, zx, strideX, zy, strideY )`][@stdlib/blas/base/zaxpy]</span><spanclass="delimiter">: </span><spanclass="description">scale a double-precision complex floating-point vector by a double-precision complex floating-point constant and add the result to a double-precision complex floating-point vector.</span>
87
+
- <spanclass="signature">[`zaxpy( N, alpha, x, strideX, y, strideY )`][@stdlib/blas/base/zaxpy]</span><spanclass="delimiter">: </span><spanclass="description">scale a double-precision complex floating-point vector by a double-precision complex floating-point constant and add the result to a double-precision complex floating-point vector.</span>
88
88
- <spanclass="signature">[`zcopy( N, x, strideX, y, strideY )`][@stdlib/blas/base/zcopy]</span><spanclass="delimiter">: </span><spanclass="description">copy values from one complex double-precision floating-point vector to another complex double-precision floating-point vector.</span>
89
89
- <spanclass="signature">[`zdrot( N, zx, strideX, zy, strideY, c, s )`][@stdlib/blas/base/zdrot]</span><spanclass="delimiter">: </span><spanclass="description">applies a plane rotation.</span>
90
90
- <spanclass="signature">[`zdscal( N, da, zx, strideZX )`][@stdlib/blas/base/zdscal]</span><spanclass="delimiter">: </span><spanclass="description">scale a double-precision complex floating-point vector by a double-precision floating-point constant.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/ndarray/README.md
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -75,6 +75,9 @@ In addition, the namespace contains the following multidimensional array utility
75
75
- <spanclass="signature">[`broadcastArray( x, shape )`][@stdlib/ndarray/broadcast-array]</span><spanclass="delimiter">: </span><spanclass="description">broadcast an ndarray to a specified shape.</span>
76
76
- <spanclass="signature">[`broadcastArrays( ...arrays )`][@stdlib/ndarray/broadcast-arrays]</span><spanclass="delimiter">: </span><spanclass="description">broadcast ndarrays to a common shape.</span>
77
77
- <spanclass="signature">[`castingModes()`][@stdlib/ndarray/casting-modes]</span><spanclass="delimiter">: </span><spanclass="description">list of ndarray casting modes.</span>
78
+
- <spanclass="signature">[`countFalsy( x[, options] )`][@stdlib/ndarray/count-falsy]</span><spanclass="delimiter">: </span><spanclass="description">count the number of falsy elements along one or more `ndarray` dimensions.</span>
79
+
- <spanclass="signature">[`countIf( x[, options], predicate[, thisArg] )`][@stdlib/ndarray/count-if]</span><spanclass="delimiter">: </span><spanclass="description">count the number of truthy elements along one or more `ndarray` dimensions.</span>
80
+
- <spanclass="signature">[`countTruthy( x[, options] )`][@stdlib/ndarray/count-truthy]</span><spanclass="delimiter">: </span><spanclass="description">count the number of truthy elements along one or more `ndarray` dimensions.</span>
78
81
- <spanclass="signature">[`dataBuffer( x )`][@stdlib/ndarray/data-buffer]</span><spanclass="delimiter">: </span><spanclass="description">return the underlying data buffer of a provided ndarray.</span>
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
@@ -61,6 +61,7 @@ var o = ns;
61
61
- <spanclass="signature">[`char2dtype( [ch] )`][@stdlib/ndarray/base/char2dtype]</span><spanclass="delimiter">: </span><spanclass="description">return the data type string associated with a provided single letter character abbreviation.</span>
62
62
- <spanclass="signature">[`clampIndex( idx, max )`][@stdlib/ndarray/base/clamp-index]</span><spanclass="delimiter">: </span><spanclass="description">restrict an index to the interval `[0,max]`.</span>
63
63
- <spanclass="signature">[`countFalsy( arrays )`][@stdlib/ndarray/base/count-falsy]</span><spanclass="delimiter">: </span><spanclass="description">count the number of falsy elements in an ndarray.</span>
64
+
- <spanclass="signature">[`countIf( arrays, predicate[, thisArg] )`][@stdlib/ndarray/base/count-if]</span><spanclass="delimiter">: </span><spanclass="description">count the number of elements in an ndarray which pass a test implemented by a predicate function.</span>
64
65
- <spanclass="signature">[`countTruthy( arrays )`][@stdlib/ndarray/base/count-truthy]</span><spanclass="delimiter">: </span><spanclass="description">count the number of truthy elements in an ndarray.</span>
65
66
- <spanclass="signature">[`ndarray( dtype, buffer, shape, strides, offset, order )`][@stdlib/ndarray/base/ctor]</span><spanclass="delimiter">: </span><spanclass="description">create a multidimensional array.</span>
66
67
- <spanclass="signature">[`data( x )`][@stdlib/ndarray/base/data-buffer]</span><spanclass="delimiter">: </span><spanclass="description">return the underlying data buffer of a provided ndarray.</span>
@@ -136,6 +137,7 @@ var o = ns;
136
137
- <spanclass="signature">[`sliceFrom( x, start, strict, writable )`][@stdlib/ndarray/base/slice-from]</span><spanclass="delimiter">: </span><spanclass="description">return a shifted view of an input ndarray.</span>
137
138
- <spanclass="signature">[`sliceTo( x, stop, strict, writable )`][@stdlib/ndarray/base/slice-to]</span><spanclass="delimiter">: </span><spanclass="description">return a truncated view of an input ndarray.</span>
138
139
- <spanclass="signature">[`slice( x, slice, strict, writable )`][@stdlib/ndarray/base/slice]</span><spanclass="delimiter">: </span><spanclass="description">return a view of an input ndarray.</span>
140
+
- <spanclass="signature">[`someBy( arrays, predicate[, thisArg ] )`][@stdlib/ndarray/base/some-by]</span><spanclass="delimiter">: </span><spanclass="description">test whether at least `n` elements in an ndarray pass a test implemented by a predicate function.</span>
139
141
- <spanclass="signature">[`spreadDimensions( ndims, x, dims )`][@stdlib/ndarray/base/spread-dimensions]</span><spanclass="delimiter">: </span><spanclass="description">expand the shape of an array to a specified dimensionality by spreading its dimensions to specified dimension indices and inserting dimensions of size one for the remaining dimensions.</span>
140
142
- <spanclass="signature">[`stride( x, dim )`][@stdlib/ndarray/base/stride]</span><spanclass="delimiter">: </span><spanclass="description">return the stride along a specified dimension for a provided ndarray.</span>
141
143
- <spanclass="signature">[`strides( x, copy )`][@stdlib/ndarray/base/strides]</span><spanclass="delimiter">: </span><spanclass="description">return the strides of a provided ndarray.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/stats/base/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ The namespace contains the following statistical functions:
76
76
- <spanclass="signature">[`dstdev( N, correction, x, strideX )`][@stdlib/stats/base/dstdev]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a double-precision floating-point strided array.</span>
77
77
- <spanclass="signature">[`dvarm( N, mean, correction, x, stride )`][@stdlib/stats/base/dvarm]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a double-precision floating-point strided array provided a known mean.</span>
78
78
- <spanclass="signature">[`dvarmpn( N, mean, correction, x, stride )`][@stdlib/stats/base/dvarmpn]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a double-precision floating-point strided array provided a known mean and using Neely's correction algorithm.</span>
79
-
- <spanclass="signature">[`maxBy( N, x, stride, clbk[, thisArg] )`][@stdlib/stats/base/max-by]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum value of a strided array via a callback function.</span>
79
+
- <spanclass="signature">[`maxBy( N, x, strideX, clbk[, thisArg] )`][@stdlib/stats/base/max-by]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum value of a strided array via a callback function.</span>
80
80
- <spanclass="signature">[`max( N, x, strideX )`][@stdlib/stats/base/max]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum value of a strided array.</span>
81
81
- <spanclass="signature">[`maxabs( N, x, strideX )`][@stdlib/stats/base/maxabs]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum absolute value of a strided array.</span>
82
82
- <spanclass="signature">[`maxsorted( N, x, strideX )`][@stdlib/stats/base/maxsorted]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum value of a sorted strided array.</span>
@@ -88,7 +88,7 @@ The namespace contains the following statistical functions:
88
88
- <spanclass="signature">[`meanpw( N, x, stride )`][@stdlib/stats/base/meanpw]</span><spanclass="delimiter">: </span><spanclass="description">calculate the arithmetic mean of a strided array using pairwise summation.</span>
89
89
- <spanclass="signature">[`meanwd( N, x, strideX )`][@stdlib/stats/base/meanwd]</span><spanclass="delimiter">: </span><spanclass="description">calculate the arithmetic mean of a strided array using Welford's algorithm.</span>
90
90
- <spanclass="signature">[`mediansorted( N, x, strideX )`][@stdlib/stats/base/mediansorted]</span><spanclass="delimiter">: </span><spanclass="description">calculate the median value of a sorted strided array.</span>
91
-
- <spanclass="signature">[`minBy( N, x, stride, clbk[, thisArg] )`][@stdlib/stats/base/min-by]</span><spanclass="delimiter">: </span><spanclass="description">calculate the minimum value of a strided array via a callback function.</span>
91
+
- <spanclass="signature">[`minBy( N, x, strideX, clbk[, thisArg] )`][@stdlib/stats/base/min-by]</span><spanclass="delimiter">: </span><spanclass="description">calculate the minimum value of a strided array via a callback function.</span>
92
92
- <spanclass="signature">[`min( N, x, strideX )`][@stdlib/stats/base/min]</span><spanclass="delimiter">: </span><spanclass="description">calculate the minimum value of a strided array.</span>
93
93
- <spanclass="signature">[`minabs( N, x, strideX )`][@stdlib/stats/base/minabs]</span><spanclass="delimiter">: </span><spanclass="description">calculate the minimum absolute value of a strided array.</span>
94
94
- <spanclass="signature">[`minsorted( N, x, strideX )`][@stdlib/stats/base/minsorted]</span><spanclass="delimiter">: </span><spanclass="description">calculate the minimum value of a sorted strided array.</span>
0 commit comments