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/ndarray/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
@@ -47,6 +47,7 @@ The namespace exposes the following APIs:
47
47
48
48
- <spanclass="signature">[`caxpy( arrays )`][@stdlib/blas/base/ndarray/caxpy]</span><spanclass="delimiter">: </span><spanclass="description">multiply a one-dimensional single-precision complex floating-point ndarray `x` by a constant `alpha` and add the result to a one-dimensional single-precision complex floating-point ndarray `y`.</span>
49
49
- <spanclass="signature">[`ccopy( arrays )`][@stdlib/blas/base/ndarray/ccopy]</span><spanclass="delimiter">: </span><spanclass="description">copy values from a one-dimensional single-precision complex floating-point ndarray `x` into a one-dimensional single-precision complex floating-point ndarray `y`.</span>
50
+
- <spanclass="signature">[`cscal( arrays )`][@stdlib/blas/base/ndarray/cscal]</span><spanclass="delimiter">: </span><spanclass="description">multiply a one-dimensional single-precision complex floating-point ndarray by a scalar constant.</span>
- <spanclass="signature">[`dasum( arrays )`][@stdlib/blas/base/ndarray/dasum]</span><spanclass="delimiter">: </span><spanclass="description">calculate the sum of absolute values for all elements in a one-dimensional double-precision floating-point ndarray.</span>
52
53
- <spanclass="signature">[`daxpy( arrays )`][@stdlib/blas/base/ndarray/daxpy]</span><spanclass="delimiter">: </span><spanclass="description">multiply a one-dimensional double-precision floating-point ndarray `x` by a constant `alpha` and add the result to a one-dimensional double-precision floating-point ndarray `y`.</span>
@@ -58,6 +59,7 @@ The namespace exposes the following APIs:
58
59
- <spanclass="signature">[`gaxpy( arrays )`][@stdlib/blas/base/ndarray/gaxpy]</span><spanclass="delimiter">: </span><spanclass="description">multiply a one-dimensional ndarray `x` by a constant `alpha` and add the result to a one-dimensional ndarray `y`.</span>
59
60
- <spanclass="signature">[`gcopy( arrays )`][@stdlib/blas/base/ndarray/gcopy]</span><spanclass="delimiter">: </span><spanclass="description">copy values from a one-dimensional ndarray `x` into a one-dimensional ndarray `y`.</span>
60
61
- <spanclass="signature">[`gdot( arrays )`][@stdlib/blas/base/ndarray/gdot]</span><spanclass="delimiter">: </span><spanclass="description">calculate the dot product of two one-dimensional ndarrays.</span>
62
+
- <spanclass="signature">[`gscal( arrays )`][@stdlib/blas/base/ndarray/gscal]</span><spanclass="delimiter">: </span><spanclass="description">multiply a one-dimensional ndarray by a scalar constant.</span>
61
63
- <spanclass="signature">[`gswap( arrays )`][@stdlib/blas/base/ndarray/gswap]</span><spanclass="delimiter">: </span><spanclass="description">interchange two one-dimensional ndarrays.</span>
62
64
- <spanclass="signature">[`sasum( arrays )`][@stdlib/blas/base/ndarray/sasum]</span><spanclass="delimiter">: </span><spanclass="description">calculate the sum of absolute values for all elements in a one-dimensional single-precision floating-point ndarray.</span>
63
65
- <spanclass="signature">[`saxpy( arrays )`][@stdlib/blas/base/ndarray/saxpy]</span><spanclass="delimiter">: </span><spanclass="description">multiply a one-dimensional single-precision floating-point ndarray `x` by a constant `alpha` and add the result to a one-dimensional single-precision floating-point ndarray `y`.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/blas/ext/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
@@ -122,6 +122,7 @@ var o = ns;
122
122
- <spanclass="signature">[`gapxsumors( N, alpha, x, strideX )`][@stdlib/blas/ext/base/gapxsumors]</span><spanclass="delimiter">: </span><spanclass="description">add a scalar constant to each strided array element and compute the sum using ordinary recursive summation.</span>
123
123
- <spanclass="signature">[`gapxsumpw( N, alpha, x, strideX )`][@stdlib/blas/ext/base/gapxsumpw]</span><spanclass="delimiter">: </span><spanclass="description">add a scalar constant to each strided array element and compute the sum using pairwise summation.</span>
124
124
- <spanclass="signature">[`gasumpw( N, x, strideX )`][@stdlib/blas/ext/base/gasumpw]</span><spanclass="delimiter">: </span><spanclass="description">calculate the sum of absolute values (_L1_ norm) of strided array elements using pairwise summation.</span>
125
+
- <spanclass="signature">[`gcartesianPower( order, N, k, x, strideX, out, LDO )`][@stdlib/blas/ext/base/gcartesian-power]</span><spanclass="delimiter">: </span><spanclass="description">compute the Cartesian power for a strided array.</span>
125
126
- <spanclass="signature">[`gcircshift( N, k, x, strideX )`][@stdlib/blas/ext/base/gcircshift]</span><spanclass="delimiter">: </span><spanclass="description">circularly shift the elements of a strided array by a specified number of positions.</span>
126
127
- <spanclass="signature">[`gconjoin( N, prefix, suffix, conjunction, oxfordComma, x, strideX )`][@stdlib/blas/ext/base/gconjoin]</span><spanclass="delimiter">: </span><spanclass="description">return a string created by joining strided array elements into a human-readable list using a conjunction.</span>
127
128
- <spanclass="signature">[`gcusum( N, sum, x, strideX, y, strideY )`][@stdlib/blas/ext/base/gcusum]</span><spanclass="delimiter">: </span><spanclass="description">calculate the cumulative sum of strided array elements.</span>
@@ -176,6 +177,7 @@ var o = ns;
176
177
- <spanclass="signature">[`sapxsumors( N, alpha, x, strideX )`][@stdlib/blas/ext/base/sapxsumors]</span><spanclass="delimiter">: </span><spanclass="description">add a scalar constant to each single-precision floating-point strided array element and compute the sum using ordinary recursive summation.</span>
177
178
- <spanclass="signature">[`sapxsumpw( N, alpha, x, strideX )`][@stdlib/blas/ext/base/sapxsumpw]</span><spanclass="delimiter">: </span><spanclass="description">add a scalar constant to each single-precision floating-point strided array element and compute the sum using pairwise summation.</span>
178
179
- <spanclass="signature">[`sasumpw( N, x, strideX )`][@stdlib/blas/ext/base/sasumpw]</span><spanclass="delimiter">: </span><spanclass="description">calculate the sum of absolute values (_L1_ norm) of single-precision floating-point strided array elements using pairwise summation.</span>
180
+
- <spanclass="signature">[`scartesianPower( order, N, k, x, strideX, out, LDO )`][@stdlib/blas/ext/base/scartesian-power]</span><spanclass="delimiter">: </span><spanclass="description">compute the Cartesian power for a single-precision floating-point strided array.</span>
179
181
- <spanclass="signature">[`scartesianSquare( order, N, x, strideX, out, LDO )`][@stdlib/blas/ext/base/scartesian-square]</span><spanclass="delimiter">: </span><spanclass="description">compute the Cartesian square for a single-precision floating-point strided array.</span>
180
182
- <spanclass="signature">[`scircshift( N, k, x, strideX )`][@stdlib/blas/ext/base/scircshift]</span><spanclass="delimiter">: </span><spanclass="description">circularly shift the elements of a single-precision floating-point strided array by a specified number of positions.</span>
181
183
- <spanclass="signature">[`scusum( N, sum, x, strideX, y, strideY )`][@stdlib/blas/ext/base/scusum]</span><spanclass="delimiter">: </span><spanclass="description">calculate the cumulative sum of single-precision floating-point strided array elements.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/stats/strided/distances/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
@@ -57,6 +57,7 @@ The namespace exports the following:
57
57
58
58
- <spanclass="signature">[`dchebyshev( N, x, strideX, y, strideY )`][@stdlib/stats/strided/distances/dchebyshev]</span><spanclass="delimiter">: </span><spanclass="description">compute the Chebyshev distance between two double-precision floating-point strided arrays.</span>
59
59
- <spanclass="signature">[`dcityblock( N, x, strideX, y, strideY )`][@stdlib/stats/strided/distances/dcityblock]</span><spanclass="delimiter">: </span><spanclass="description">compute the city block (Manhattan) distance between two double-precision floating-point strided arrays.</span>
60
+
- <spanclass="signature">[`dcorrelation( N, x, strideX, y, strideY )`][@stdlib/stats/strided/distances/dcorrelation]</span><spanclass="delimiter">: </span><spanclass="description">compute the correlation distance between two double-precision floating-point strided arrays.</span>
60
61
- <spanclass="signature">[`dcosineDistance( N, x, strideX, y, strideY )`][@stdlib/stats/strided/distances/dcosine-distance]</span><spanclass="delimiter">: </span><spanclass="description">compute the cosine distance between two double-precision floating-point strided arrays.</span>
61
62
- <spanclass="signature">[`dcosineSimilarity( N, x, strideX, y, strideY )`][@stdlib/stats/strided/distances/dcosine-similarity]</span><spanclass="delimiter">: </span><spanclass="description">compute the cosine similarity of two double-precision floating-point strided arrays.</span>
62
63
- <spanclass="signature">[`deuclidean( N, x, strideX, y, strideY )`][@stdlib/stats/strided/distances/deuclidean]</span><spanclass="delimiter">: </span><spanclass="description">compute the Euclidean distance between two double-precision floating-point strided arrays.</span>
0 commit comments