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
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,6 +87,7 @@ The namespace exposes the following APIs:
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
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>
89
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>
90
+
- <spanclass="signature">[`cxsy( arrays )`][@stdlib/blas/ext/base/ndarray/cxsy]</span><spanclass="delimiter">: </span><spanclass="description">subtract the elements of an output one-dimensional single-precision complex floating-point ndarray from the corresponding elements in an input one-dimensional single-precision complex floating-point ndarray and assign the results to the output ndarray.</span>
90
91
- <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>
91
92
- <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>
92
93
- <spanclass="signature">[`daxpby( arrays )`][@stdlib/blas/ext/base/ndarray/daxpby]</span><spanclass="delimiter">: </span><spanclass="description">multiply a one-dimensional double-precision floating-point ndarray by a scalar constant and add the result to a second one-dimensional double-precision floating-point ndarray multiplied by a scalar constant.</span>
@@ -119,6 +120,7 @@ The namespace exposes the following APIs:
119
120
- <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
121
- <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>
121
122
- <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>
123
+
- <spanclass="signature">[`dxsy( arrays )`][@stdlib/blas/ext/base/ndarray/dxsy]</span><spanclass="delimiter">: </span><spanclass="description">subtract the elements of an output one-dimensional double-precision floating-point ndarray from the corresponding elements in an input one-dimensional double-precision floating-point ndarray and assign the results to the output ndarray.</span>
122
124
- <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>
123
125
- <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>
124
126
- <spanclass="signature">[`gaxpby( arrays )`][@stdlib/blas/ext/base/ndarray/gaxpby]</span><spanclass="delimiter">: </span><spanclass="description">multiply a one-dimensional ndarray by a scalar constant and add the result to a second one-dimensional ndarray multiplied by a scalar constant.</span>
@@ -153,6 +155,7 @@ The namespace exposes the following APIs:
153
155
- <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
156
- <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>
155
157
- <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>
158
+
- <spanclass="signature">[`gxsy( arrays )`][@stdlib/blas/ext/base/ndarray/gxsy]</span><spanclass="delimiter">: </span><spanclass="description">subtract the elements of an output one-dimensional ndarray from the corresponding elements in an input one-dimensional ndarray and assign the results to the output ndarray.</span>
156
159
- <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>
157
160
- <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>
158
161
- <spanclass="signature">[`saxpby( arrays )`][@stdlib/blas/ext/base/ndarray/saxpby]</span><spanclass="delimiter">: </span><spanclass="description">multiply a one-dimensional single-precision floating-point ndarray by a scalar constant and add the result to a second one-dimensional single-precision floating-point ndarray multiplied by a scalar constant.</span>
@@ -181,6 +184,7 @@ The namespace exposes the following APIs:
181
184
- <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
185
- <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>
183
186
- <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>
187
+
- <spanclass="signature">[`sxsy( arrays )`][@stdlib/blas/ext/base/ndarray/sxsy]</span><spanclass="delimiter">: </span><spanclass="description">subtract the elements of an output one-dimensional single-precision floating-point ndarray from the corresponding elements in an input one-dimensional single-precision floating-point ndarray and assign the results to the output ndarray.</span>
184
188
- <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>
185
189
- <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>
186
190
- <spanclass="signature">[`zaxpby( arrays )`][@stdlib/blas/ext/base/ndarray/zaxpby]</span><spanclass="delimiter">: </span><spanclass="description">multiply a one-dimensional double-precision complex floating-point ndarray by a scalar constant and add the result to a second one-dimensional double-precision complex floating-point ndarray multiplied by a scalar constant.</span>
@@ -191,6 +195,7 @@ The namespace exposes the following APIs:
191
195
- <spanclass="signature">[`zunitspace( arrays )`][@stdlib/blas/ext/base/ndarray/zunitspace]</span><spanclass="delimiter">: </span><spanclass="description">fill a one-dimensional double-precision complex floating-point ndarray with linearly spaced numeric elements which increment by `1` starting from a specified value.</span>
192
196
- <spanclass="signature">[`zxpy( arrays )`][@stdlib/blas/ext/base/ndarray/zxpy]</span><spanclass="delimiter">: </span><spanclass="description">add elements of a one-dimensional double-precision complex floating-point ndarray to the corresponding elements of a second one-dimensional double-precision complex floating-point ndarray and assign the results to the second ndarray.</span>
193
197
- <spanclass="signature">[`zxsa( arrays )`][@stdlib/blas/ext/base/ndarray/zxsa]</span><spanclass="delimiter">: </span><spanclass="description">subtract a scalar constant from each element in a one-dimensional double-precision complex floating-point ndarray.</span>
198
+
- <spanclass="signature">[`zxsy( arrays )`][@stdlib/blas/ext/base/ndarray/zxsy]</span><spanclass="delimiter">: </span><spanclass="description">subtract elements of an output one-dimensional double-precision complex floating-point ndarray from the corresponding elements in an input one-dimensional double-precision complex floating-point ndarray and assign the results to the output ndarray.</span>
194
199
- <spanclass="signature">[`zzeroTo( arrays )`][@stdlib/blas/ext/base/ndarray/zzero-to]</span><spanclass="delimiter">: </span><spanclass="description">fill a one-dimensional double-precision complex floating-point ndarray with linearly spaced numeric elements which increment by `1` starting from zero.</span>
0 commit comments