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
+3Lines changed: 3 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">[`dcusumkbn2( arrays )`][@stdlib/blas/ext/base/ndarray/dcusumkbn2]</span><spanclass="delimiter">: </span><spanclass="description">compute the cumulative sum of a one-dimensional double-precision floating-point ndarray using a second-order iterative Kahan–Babuška algorithm.</span>
96
96
- <spanclass="signature">[`dcusumors( arrays )`][@stdlib/blas/ext/base/ndarray/dcusumors]</span><spanclass="delimiter">: </span><spanclass="description">compute the cumulative sum of a one-dimensional double-precision floating-point ndarray using ordinary recursive summation.</span>
97
97
- <spanclass="signature">[`dcusumpw( arrays )`][@stdlib/blas/ext/base/ndarray/dcusumpw]</span><spanclass="delimiter">: </span><spanclass="description">compute the cumulative sum of a one-dimensional double-precision floating-point ndarray using pairwise summation.</span>
98
+
- <spanclass="signature">[`ddiff( arrays )`][@stdlib/blas/ext/base/ndarray/ddiff]</span><spanclass="delimiter">: </span><spanclass="description">calculate the k-th discrete forward difference of a one-dimensional double-precision floating-point ndarray.</span>
98
99
- <spanclass="signature">[`dindexOf( arrays )`][@stdlib/blas/ext/base/ndarray/dindex-of]</span><spanclass="delimiter">: </span><spanclass="description">return the first index of a search element in a one-dimensional double-precision floating-point ndarray.</span>
99
100
- <spanclass="signature">[`dlastIndexOf( arrays )`][@stdlib/blas/ext/base/ndarray/dlast-index-of]</span><spanclass="delimiter">: </span><spanclass="description">return the last index of a search element in a one-dimensional double-precision floating-point ndarray.</span>
100
101
- <spanclass="signature">[`dlinspace( arrays )`][@stdlib/blas/ext/base/ndarray/dlinspace]</span><spanclass="delimiter">: </span><spanclass="description">fill a one-dimensional double-precision floating-point ndarray with linearly spaced values over a specified interval.</span>
0 commit comments