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: lib/node_modules/@stdlib/blas/ext/base/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,10 +113,10 @@ var ns = extblas;
113
113
- <spanclass="signature">[`gsort2hp( N, order, x, strideX, y, strideY )`][@stdlib/blas/ext/base/gsort2hp]</span><spanclass="delimiter">: </span><spanclass="description">simultaneously sort two strided arrays based on the sort order of the first array using heapsort.</span>
114
114
- <spanclass="signature">[`gsort2ins( N, order, x, strideX, y, strideY )`][@stdlib/blas/ext/base/gsort2ins]</span><spanclass="delimiter">: </span><spanclass="description">simultaneously sort two strided arrays based on the sort order of the first array using insertion sort.</span>
115
115
- <spanclass="signature">[`gsort2sh( N, order, x, strideX, y, strideY )`][@stdlib/blas/ext/base/gsort2sh]</span><spanclass="delimiter">: </span><spanclass="description">simultaneously sort two strided arrays based on the sort order of the first array using Shellsort.</span>
116
-
- <spanclass="signature">[`gsorthp( N, order, x, stride )`][@stdlib/blas/ext/base/gsorthp]</span><spanclass="delimiter">: </span><spanclass="description">sort a strided array using heapsort.</span>
117
-
- <spanclass="signature">[`gsortins( N, order, x, stride )`][@stdlib/blas/ext/base/gsortins]</span><spanclass="delimiter">: </span><spanclass="description">sort a strided array using insertion sort.</span>
118
-
- <spanclass="signature">[`gsortsh( N, order, x, stride )`][@stdlib/blas/ext/base/gsortsh]</span><spanclass="delimiter">: </span><spanclass="description">sort a strided array using Shellsort.</span>
119
-
- <spanclass="signature">[`gsum( N, x, stride )`][@stdlib/blas/ext/base/gsum]</span><spanclass="delimiter">: </span><spanclass="description">calculate the sum of strided array elements.</span>
116
+
- <spanclass="signature">[`gsorthp( N, order, x, strideX )`][@stdlib/blas/ext/base/gsorthp]</span><spanclass="delimiter">: </span><spanclass="description">sort a strided array using heapsort.</span>
117
+
- <spanclass="signature">[`gsortins( N, order, x, strideX )`][@stdlib/blas/ext/base/gsortins]</span><spanclass="delimiter">: </span><spanclass="description">sort a strided array using insertion sort.</span>
118
+
- <spanclass="signature">[`gsortsh( N, order, x, strideX )`][@stdlib/blas/ext/base/gsortsh]</span><spanclass="delimiter">: </span><spanclass="description">sort a strided array using Shellsort.</span>
119
+
- <spanclass="signature">[`gsum( N, x, strideX )`][@stdlib/blas/ext/base/gsum]</span><spanclass="delimiter">: </span><spanclass="description">calculate the sum of strided array elements.</span>
120
120
- <spanclass="signature">[`gsumkbn( N, x, strideX )`][@stdlib/blas/ext/base/gsumkbn]</span><spanclass="delimiter">: </span><spanclass="description">calculate the sum of strided array elements using an improved Kahan–Babuška algorithm.</span>
121
121
- <spanclass="signature">[`gsumkbn2( N, x, strideX )`][@stdlib/blas/ext/base/gsumkbn2]</span><spanclass="delimiter">: </span><spanclass="description">calculate the sum of strided array elements using a second-order iterative Kahan–Babuška algorithm.</span>
122
122
- <spanclass="signature">[`gsumors( N, x, strideX )`][@stdlib/blas/ext/base/gsumors]</span><spanclass="delimiter">: </span><spanclass="description">calculate the sum of strided array elements using ordinary recursive summation.</span>
0 commit comments