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
@@ -95,6 +95,7 @@ The namespace exposes the following APIs:
95
95
- <spanclass="signature">[`dnansumkbn2( arrays )`][@stdlib/blas/ext/base/ndarray/dnansumkbn2]</span><spanclass="delimiter">: </span><spanclass="description">compute the sum of a one-dimensional double-precision floating-point ndarray, ignoring `NaN` values and using a second-order iterative Kahan–Babuška algorithm.</span>
96
96
- <spanclass="signature">[`dnansumors( arrays )`][@stdlib/blas/ext/base/ndarray/dnansumors]</span><spanclass="delimiter">: </span><spanclass="description">compute the sum of a one-dimensional double-precision floating-point ndarray, ignoring `NaN` values and using ordinary recursive summation.</span>
97
97
- <spanclass="signature">[`dnansumpw( arrays )`][@stdlib/blas/ext/base/ndarray/dnansumpw]</span><spanclass="delimiter">: </span><spanclass="description">compute the sum of a one-dimensional double-precision floating-point ndarray, ignoring `NaN` values and using pairwise summation.</span>
98
+
- <spanclass="signature">[`doneTo( arrays )`][@stdlib/blas/ext/base/ndarray/done-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 one.</span>
98
99
- <spanclass="signature">[`dsorthp( arrays )`][@stdlib/blas/ext/base/ndarray/dsorthp]</span><spanclass="delimiter">: </span><spanclass="description">sort a one-dimensional double-precision floating-point ndarray using heapsort.</span>
99
100
- <spanclass="signature">[`dsortins( arrays )`][@stdlib/blas/ext/base/ndarray/dsortins]</span><spanclass="delimiter">: </span><spanclass="description">sort a one-dimensional double-precision floating-point ndarray using insertion sort.</span>
100
101
- <spanclass="signature">[`dsortsh( arrays )`][@stdlib/blas/ext/base/ndarray/dsortsh]</span><spanclass="delimiter">: </span><spanclass="description">sort a one-dimensional double-precision floating-point ndarray using Shellsort.</span>
@@ -143,6 +144,7 @@ The namespace exposes the following APIs:
143
144
- <spanclass="signature">[`snansumkbn2( arrays )`][@stdlib/blas/ext/base/ndarray/snansumkbn2]</span><spanclass="delimiter">: </span><spanclass="description">compute the sum of a one-dimensional single-precision floating-point ndarray, ignoring `NaN` values and using a second-order iterative Kahan–Babuška algorithm.</span>
144
145
- <spanclass="signature">[`snansumors( arrays )`][@stdlib/blas/ext/base/ndarray/snansumors]</span><spanclass="delimiter">: </span><spanclass="description">compute the sum of a one-dimensional single-precision floating-point ndarray, ignoring `NaN` values and using ordinary recursive summation.</span>
145
146
- <spanclass="signature">[`snansumpw( arrays )`][@stdlib/blas/ext/base/ndarray/snansumpw]</span><spanclass="delimiter">: </span><spanclass="description">compute the sum of a one-dimensional single-precision floating-point ndarray, ignoring `NaN` values and using pairwise summation.</span>
147
+
- <spanclass="signature">[`soneTo( arrays )`][@stdlib/blas/ext/base/ndarray/sone-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 one.</span>
146
148
- <spanclass="signature">[`ssorthp( arrays )`][@stdlib/blas/ext/base/ndarray/ssorthp]</span><spanclass="delimiter">: </span><spanclass="description">sort a one-dimensional single-precision floating-point ndarray using heapsort.</span>
147
149
- <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>
148
150
- <spanclass="signature">[`ssumkbn( arrays )`][@stdlib/blas/ext/base/ndarray/ssumkbn]</span><spanclass="delimiter">: </span><spanclass="description">compute the sum of all elements in a one-dimensional single-precision floating-point ndarray using an improved Kahan–Babuška algorithm.</span>
0 commit comments