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: README.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,6 +85,7 @@ The namespace exposes the following APIs:
85
85
- <spanclass="signature">[`csum( arrays )`][@stdlib/blas/ext/base/ndarray/csum]</span><spanclass="delimiter">: </span><spanclass="description">compute the sum of all elements in a one-dimensional single-precision complex floating-point ndarray.</span>
86
86
- <spanclass="signature">[`csumkbn( arrays )`][@stdlib/blas/ext/base/ndarray/csumkbn]</span><spanclass="delimiter">: </span><spanclass="description">compute the sum of all elements in a one-dimensional single-precision complex floating-point ndarray using an improved Kahan–Babuška algorithm.</span>
87
87
- <spanclass="signature">[`cunitspace( arrays )`][@stdlib/blas/ext/base/ndarray/cunitspace]</span><spanclass="delimiter">: </span><spanclass="description">fill a one-dimensional single-precision complex floating-point ndarray with linearly spaced numeric elements which increment by `1` starting from a specified value.</span>
88
+
- <spanclass="signature">[`cxpy( arrays )`][@stdlib/blas/ext/base/ndarray/cxpy]</span><spanclass="delimiter">: </span><spanclass="description">add elements of a one-dimensional single-precision complex floating-point ndarray to the corresponding elements of a second one-dimensional single-precision complex floating-point ndarray and assign the results to the second ndarray.</span>
88
89
- <spanclass="signature">[`cxsa( arrays )`][@stdlib/blas/ext/base/ndarray/cxsa]</span><spanclass="delimiter">: </span><spanclass="description">subtract a scalar constant from each element in a one-dimensional single-precision complex floating-point ndarray.</span>
89
90
- <spanclass="signature">[`czeroTo( arrays )`][@stdlib/blas/ext/base/ndarray/czero-to]</span><spanclass="delimiter">: </span><spanclass="description">fill a one-dimensional single-precision complex floating-point ndarray with linearly spaced numeric elements which increment by `1` starting from zero.</span>
90
91
- <spanclass="signature">[`daxpb( arrays )`][@stdlib/blas/ext/base/ndarray/daxpb]</span><spanclass="delimiter">: </span><spanclass="description">multiply each element in a one-dimensional double-precision floating-point ndarray by a scalar constant and add a scalar constant to each result.</span>
@@ -96,6 +97,7 @@ The namespace exposes the following APIs:
96
97
- <spanclass="signature">[`dcusumors( arrays )`][@stdlib/blas/ext/base/ndarray/dcusumors]</span><spanclass="delimiter">: </span><spanclass="description">compute the cumulative sum of a one-dimensional double-precision floating-point ndarray using ordinary recursive summation.</span>
97
98
- <spanclass="signature">[`dcusumpw( arrays )`][@stdlib/blas/ext/base/ndarray/dcusumpw]</span><spanclass="delimiter">: </span><spanclass="description">compute the cumulative sum of a one-dimensional double-precision floating-point ndarray using pairwise summation.</span>
98
99
- <spanclass="signature">[`ddiff( arrays )`][@stdlib/blas/ext/base/ndarray/ddiff]</span><spanclass="delimiter">: </span><spanclass="description">calculate the k-th discrete forward difference of a one-dimensional double-precision floating-point ndarray.</span>
100
+
- <spanclass="signature">[`dindexOfFalsy( arrays )`][@stdlib/blas/ext/base/ndarray/dindex-of-falsy]</span><spanclass="delimiter">: </span><spanclass="description">return the index of the first falsy element in a one-dimensional double-precision floating-point ndarray.</span>
99
101
- <spanclass="signature">[`dindexOf( arrays )`][@stdlib/blas/ext/base/ndarray/dindex-of]</span><spanclass="delimiter">: </span><spanclass="description">return the first index of a search element in a one-dimensional double-precision floating-point ndarray.</span>
100
102
- <spanclass="signature">[`dlastIndexOf( arrays )`][@stdlib/blas/ext/base/ndarray/dlast-index-of]</span><spanclass="delimiter">: </span><spanclass="description">return the last index of a search element in a one-dimensional double-precision floating-point ndarray.</span>
101
103
- <spanclass="signature">[`dlinspace( arrays )`][@stdlib/blas/ext/base/ndarray/dlinspace]</span><spanclass="delimiter">: </span><spanclass="description">fill a one-dimensional double-precision floating-point ndarray with linearly spaced values over a specified interval.</span>
@@ -115,6 +117,7 @@ The namespace exposes the following APIs:
115
117
- <spanclass="signature">[`dsumors( arrays )`][@stdlib/blas/ext/base/ndarray/dsumors]</span><spanclass="delimiter">: </span><spanclass="description">compute the sum of a one-dimensional double-precision floating-point ndarray using ordinary recursive summation.</span>
116
118
- <spanclass="signature">[`dsumpw( arrays )`][@stdlib/blas/ext/base/ndarray/dsumpw]</span><spanclass="delimiter">: </span><spanclass="description">compute the sum of a one-dimensional double-precision floating-point ndarray using pairwise summation.</span>
117
119
- <spanclass="signature">[`dunitspace( arrays )`][@stdlib/blas/ext/base/ndarray/dunitspace]</span><spanclass="delimiter">: </span><spanclass="description">fill a one-dimensional double-precision floating-point ndarray with linearly spaced numeric elements which increment by `1` starting from a specified value.</span>
120
+
- <spanclass="signature">[`dxpy( arrays )`][@stdlib/blas/ext/base/ndarray/dxpy]</span><spanclass="delimiter">: </span><spanclass="description">add elements of a one-dimensional double-precision floating-point ndarray to the corresponding elements of a second one-dimensional double-precision floating-point ndarray and assign the results to the second ndarray.</span>
118
121
- <spanclass="signature">[`dxsa( arrays )`][@stdlib/blas/ext/base/ndarray/dxsa]</span><spanclass="delimiter">: </span><spanclass="description">subtract a scalar constant from each element in a one-dimensional double-precision floating-point ndarray.</span>
119
122
- <spanclass="signature">[`dzeroTo( arrays )`][@stdlib/blas/ext/base/ndarray/dzero-to]</span><spanclass="delimiter">: </span><spanclass="description">fill a one-dimensional double-precision floating-point ndarray with linearly spaced numeric elements which increment by `1` starting from zero.</span>
120
123
- <spanclass="signature">[`gaxpb( arrays )`][@stdlib/blas/ext/base/ndarray/gaxpb]</span><spanclass="delimiter">: </span><spanclass="description">multiply each element in a one-dimensional ndarray by a scalar constant and add a scalar constant to each result.</span>
@@ -127,6 +130,8 @@ The namespace exposes the following APIs:
127
130
- <spanclass="signature">[`gcusumpw( arrays )`][@stdlib/blas/ext/base/ndarray/gcusumpw]</span><spanclass="delimiter">: </span><spanclass="description">compute the cumulative sum of a one-dimensional ndarray using pairwise summation.</span>
128
131
- <spanclass="signature">[`gfindIndex( arrays, clbk[, thisArg] )`][@stdlib/blas/ext/base/ndarray/gfind-index]</span><spanclass="delimiter">: </span><spanclass="description">return the index of the first element in a one-dimensional ndarray which passes a test implemented by a predicate function.</span>
129
132
- <spanclass="signature">[`gfindLastIndex( arrays, clbk[, thisArg] )`][@stdlib/blas/ext/base/ndarray/gfind-last-index]</span><spanclass="delimiter">: </span><spanclass="description">return the index of the last element in a one-dimensional ndarray which passes a test implemented by a predicate function.</span>
133
+
- <spanclass="signature">[`gindexOfFalsy( arrays )`][@stdlib/blas/ext/base/ndarray/gindex-of-falsy]</span><spanclass="delimiter">: </span><spanclass="description">return the index of the first falsy element in a one-dimensional ndarray.</span>
134
+
- <spanclass="signature">[`gindexOfTruthy( arrays )`][@stdlib/blas/ext/base/ndarray/gindex-of-truthy]</span><spanclass="delimiter">: </span><spanclass="description">return the index of the first truthy element in a one-dimensional ndarray.</span>
130
135
- <spanclass="signature">[`gindexOf( arrays )`][@stdlib/blas/ext/base/ndarray/gindex-of]</span><spanclass="delimiter">: </span><spanclass="description">return the first index of a search element in a one-dimensional ndarray.</span>
131
136
- <spanclass="signature">[`gjoinBetween( arrays )`][@stdlib/blas/ext/base/ndarray/gjoin-between]</span><spanclass="delimiter">: </span><spanclass="description">return a string by joining one-dimensional ndarray elements using a specified separator for each pair of consecutive elements.</span>
132
137
- <spanclass="signature">[`gjoin( arrays )`][@stdlib/blas/ext/base/ndarray/gjoin]</span><spanclass="delimiter">: </span><spanclass="description">return a string created by joining one-dimensional ndarray elements using a specified separator.</span>
@@ -146,6 +151,7 @@ The namespace exposes the following APIs:
146
151
- <spanclass="signature">[`gsumors( arrays )`][@stdlib/blas/ext/base/ndarray/gsumors]</span><spanclass="delimiter">: </span><spanclass="description">compute the sum of all elements in a one-dimensional ndarray using ordinary recursive summation.</span>
147
152
- <spanclass="signature">[`gsumpw( arrays )`][@stdlib/blas/ext/base/ndarray/gsumpw]</span><spanclass="delimiter">: </span><spanclass="description">compute the sum of all elements in a one-dimensional ndarray using pairwise summation.</span>
148
153
- <spanclass="signature">[`gunitspace( arrays )`][@stdlib/blas/ext/base/ndarray/gunitspace]</span><spanclass="delimiter">: </span><spanclass="description">fill a one-dimensional ndarray with linearly spaced numeric elements which increment by `1` starting from a specified value.</span>
154
+
- <spanclass="signature">[`gxpy( arrays )`][@stdlib/blas/ext/base/ndarray/gxpy]</span><spanclass="delimiter">: </span><spanclass="description">add elements of a one-dimensional ndarray to the corresponding elements of a second one-dimensional ndarray and assign the results to the second ndarray.</span>
149
155
- <spanclass="signature">[`gxsa( arrays )`][@stdlib/blas/ext/base/ndarray/gxsa]</span><spanclass="delimiter">: </span><spanclass="description">subtract a scalar constant from each element in a one-dimensional ndarray.</span>
150
156
- <spanclass="signature">[`gzeroTo( arrays )`][@stdlib/blas/ext/base/ndarray/gzero-to]</span><spanclass="delimiter">: </span><spanclass="description">fill a one-dimensional ndarray with linearly spaced numeric elements which increment by `1` starting from zero.</span>
151
157
- <spanclass="signature">[`saxpb( arrays )`][@stdlib/blas/ext/base/ndarray/saxpb]</span><spanclass="delimiter">: </span><spanclass="description">multiply each element in a one-dimensional single-precision floating-point ndarray by a scalar constant and add a scalar constant to each result.</span>
@@ -173,6 +179,7 @@ The namespace exposes the following APIs:
173
179
- <spanclass="signature">[`ssumors( arrays )`][@stdlib/blas/ext/base/ndarray/ssumors]</span><spanclass="delimiter">: </span><spanclass="description">compute the sum of a one-dimensional single-precision floating-point ndarray using ordinary recursive summation.</span>
174
180
- <spanclass="signature">[`ssumpw( arrays )`][@stdlib/blas/ext/base/ndarray/ssumpw]</span><spanclass="delimiter">: </span><spanclass="description">compute the sum of all elements in a one-dimensional single-precision floating-point ndarray using pairwise summation.</span>
175
181
- <spanclass="signature">[`sunitspace( arrays )`][@stdlib/blas/ext/base/ndarray/sunitspace]</span><spanclass="delimiter">: </span><spanclass="description">fill a one-dimensional single-precision floating-point ndarray with linearly spaced numeric elements which increment by `1` starting from a specified value.</span>
182
+
- <spanclass="signature">[`sxpy( arrays )`][@stdlib/blas/ext/base/ndarray/sxpy]</span><spanclass="delimiter">: </span><spanclass="description">add elements of a one-dimensional single-precision floating-point ndarray to the corresponding elements of a second one-dimensional single-precision floating-point ndarray and assign the results to the second ndarray.</span>
176
183
- <spanclass="signature">[`sxsa( arrays )`][@stdlib/blas/ext/base/ndarray/sxsa]</span><spanclass="delimiter">: </span><spanclass="description">subtract a scalar constant from each element in a one-dimensional single-precision floating-point ndarray.</span>
177
184
- <spanclass="signature">[`szeroTo( arrays )`][@stdlib/blas/ext/base/ndarray/szero-to]</span><spanclass="delimiter">: </span><spanclass="description">fill a one-dimensional single-precision floating-point ndarray with linearly spaced numeric elements which increment by `1` starting from zero.</span>
178
185
- <spanclass="signature">[`zaxpb( arrays )`][@stdlib/blas/ext/base/ndarray/zaxpb]</span><spanclass="delimiter">: </span><spanclass="description">multiply each element in a one-dimensional double-precision complex floating-point ndarray by a scalar constant and add a scalar constant to each result.</span>
0 commit comments