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,12 +78,14 @@ The namespace exposes the following APIs:
78
78
79
79
<divclass="namespace-toc">
80
80
81
+
- <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>
81
82
- <spanclass="signature">[`dcusum( arrays )`][@stdlib/blas/ext/base/ndarray/dcusum]</span><spanclass="delimiter">: </span><spanclass="description">compute the cumulative sum of a one-dimensional double-precision floating-point ndarray.</span>
82
83
- <spanclass="signature">[`dsum( arrays )`][@stdlib/blas/ext/base/ndarray/dsum]</span><spanclass="delimiter">: </span><spanclass="description">compute the sum of all elements in a one-dimensional double-precision floating-point ndarray.</span>
83
84
- <spanclass="signature">[`gcusum( arrays )`][@stdlib/blas/ext/base/ndarray/gcusum]</span><spanclass="delimiter">: </span><spanclass="description">compute the cumulative sum of a one-dimensional ndarray.</span>
84
85
- <spanclass="signature">[`gsum( arrays )`][@stdlib/blas/ext/base/ndarray/gsum]</span><spanclass="delimiter">: </span><spanclass="description">compute the sum of all elements in a one-dimensional ndarray.</span>
85
86
- <spanclass="signature">[`scusum( arrays )`][@stdlib/blas/ext/base/ndarray/scusum]</span><spanclass="delimiter">: </span><spanclass="description">compute the cumulative sum of a one-dimensional single-precision floating-point ndarray.</span>
86
87
- <spanclass="signature">[`ssum( arrays )`][@stdlib/blas/ext/base/ndarray/ssum]</span><spanclass="delimiter">: </span><spanclass="description">compute the sum of all elements in a one-dimensional single-precision floating-point ndarray.</span>
88
+
- <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>
0 commit comments