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
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,6 +102,7 @@ The namespace exposes the following APIs:
102
102
- <spanclass="signature">[`dsumkbn2( arrays )`][@stdlib/blas/ext/base/ndarray/dsumkbn2]</span><spanclass="delimiter">: </span><spanclass="description">compute the sum of all elements in a one-dimensional double-precision floating-point ndarray using a second-order iterative Kahan–Babuška algorithm.</span>
103
103
- <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>
104
104
- <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>
105
+
- <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>
105
106
- <spanclass="signature">[`gcircshift( arrays )`][@stdlib/blas/ext/base/ndarray/gcircshift]</span><spanclass="delimiter">: </span><spanclass="description">circularly shift the elements of a one-dimensional ndarray by a specified number of positions.</span>
106
107
- <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>
107
108
- <spanclass="signature">[`gcusumkbn( arrays )`][@stdlib/blas/ext/base/ndarray/gcusumkbn]</span><spanclass="delimiter">: </span><spanclass="description">compute the cumulative sum of a one-dimensional ndarray using an improved Kahan–Babuška algorithm.</span>
@@ -127,6 +128,7 @@ The namespace exposes the following APIs:
127
128
- <spanclass="signature">[`gsumkbn2( arrays )`][@stdlib/blas/ext/base/ndarray/gsumkbn2]</span><spanclass="delimiter">: </span><spanclass="description">compute the sum of all elements in a one-dimensional ndarray using a second-order iterative Kahan–Babuška algorithm.</span>
128
129
- <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>
129
130
- <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>
131
+
- <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>
130
132
- <spanclass="signature">[`scircshift( arrays )`][@stdlib/blas/ext/base/ndarray/scircshift]</span><spanclass="delimiter">: </span><spanclass="description">circularly shift the elements of a one-dimensional single-precision floating-point ndarray by a specified number of positions.</span>
131
133
- <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>
132
134
- <spanclass="signature">[`scusumkbn( arrays )`][@stdlib/blas/ext/base/ndarray/scusumkbn]</span><spanclass="delimiter">: </span><spanclass="description">compute the cumulative sum of a one-dimensional single-precision floating-point ndarray using an improved Kahan–Babuška algorithm.</span>
@@ -146,6 +148,7 @@ The namespace exposes the following APIs:
146
148
- <spanclass="signature">[`ssumkbn2( arrays )`][@stdlib/blas/ext/base/ndarray/ssumkbn2]</span><spanclass="delimiter">: </span><spanclass="description">compute the sum of all elements in a one-dimensional single-precision floating-point ndarray using a second-order iterative Kahan–Babuška algorithm.</span>
147
149
- <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>
148
150
- <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>
151
+
- <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>
149
152
- <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>
150
153
- <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