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
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,7 @@ The namespace exposes the following APIs:
78
78
79
79
<divclass="namespace-toc">
80
80
81
+
- <spanclass="signature">[`cindexOf( arrays )`][@stdlib/blas/ext/base/ndarray/cindex-of]</span><spanclass="delimiter">: </span><spanclass="description">return the first index of a search element in a one-dimensional single-precision complex floating-point ndarray.</span>
81
82
- <spanclass="signature">[`coneTo( arrays )`][@stdlib/blas/ext/base/ndarray/cone-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 one.</span>
82
83
- <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>
83
84
- <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>
@@ -160,6 +161,7 @@ The namespace exposes the following APIs:
160
161
- <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>
161
162
- <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>
162
163
- <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>
164
+
- <spanclass="signature">[`zindexOf( arrays )`][@stdlib/blas/ext/base/ndarray/zindex-of]</span><spanclass="delimiter">: </span><spanclass="description">return the first index of a search element in a one-dimensional double-precision complex floating-point ndarray.</span>
163
165
- <spanclass="signature">[`zoneTo( arrays )`][@stdlib/blas/ext/base/ndarray/zone-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 one.</span>
164
166
- <spanclass="signature">[`zsum( arrays )`][@stdlib/blas/ext/base/ndarray/zsum]</span><spanclass="delimiter">: </span><spanclass="description">compute the sum of all elements in a one-dimensional double-precision complex floating-point ndarray.</span>
165
167
- <spanclass="signature">[`zsumkbn( arrays )`][@stdlib/blas/ext/base/ndarray/zsumkbn]</span><spanclass="delimiter">: </span><spanclass="description">compute the sum of all elements in a one-dimensional double-precision complex floating-point ndarray using an improved Kahan–Babuška algorithm.</span>
0 commit comments