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
+2-2
Original file line number
Diff line number
Diff line change
@@ -78,8 +78,8 @@ var ns = extblas;
78
78
- <spanclass="signature">[`dsort2hp( N, order, x, strideX, y, strideY )`][@stdlib/blas/ext/base/dsort2hp]</span><spanclass="delimiter">: </span><spanclass="description">simultaneously sort two double-precision floating-point strided arrays based on the sort order of the first array using heapsort.</span>
79
79
- <spanclass="signature">[`dsort2ins( N, order, x, strideX, y, strideY )`][@stdlib/blas/ext/base/dsort2ins]</span><spanclass="delimiter">: </span><spanclass="description">simultaneously sort two double-precision floating-point strided arrays based on the sort order of the first array using insertion sort.</span>
80
80
- <spanclass="signature">[`dsort2sh( N, order, x, strideX, y, strideY )`][@stdlib/blas/ext/base/dsort2sh]</span><spanclass="delimiter">: </span><spanclass="description">simultaneously sort two double-precision floating-point strided arrays based on the sort order of the first array using Shellsort.</span>
81
-
- <spanclass="signature">[`dsorthp( N, order, x, stride )`][@stdlib/blas/ext/base/dsorthp]</span><spanclass="delimiter">: </span><spanclass="description">sort a double-precision floating-point strided array using heapsort.</span>
82
-
- <spanclass="signature">[`dsortins( N, order, x, stride )`][@stdlib/blas/ext/base/dsortins]</span><spanclass="delimiter">: </span><spanclass="description">sort a double-precision floating-point strided array using insertion sort.</span>
81
+
- <spanclass="signature">[`dsorthp( N, order, x, strideX )`][@stdlib/blas/ext/base/dsorthp]</span><spanclass="delimiter">: </span><spanclass="description">sort a double-precision floating-point strided array using heapsort.</span>
82
+
- <spanclass="signature">[`dsortins( N, order, x, strideX )`][@stdlib/blas/ext/base/dsortins]</span><spanclass="delimiter">: </span><spanclass="description">sort a double-precision floating-point strided array using insertion sort.</span>
83
83
- <spanclass="signature">[`dsortsh( N, order, x, stride )`][@stdlib/blas/ext/base/dsortsh]</span><spanclass="delimiter">: </span><spanclass="description">sort a double-precision floating-point strided array using Shellsort.</span>
84
84
- <spanclass="signature">[`dssum( N, x, strideX )`][@stdlib/blas/ext/base/dssum]</span><spanclass="delimiter">: </span><spanclass="description">calculate the sum of single-precision floating-point strided array elements using extended accumulation and returning an extended precision result.</span>
85
85
- <spanclass="signature">[`dssumors( N, x, strideX )`][@stdlib/blas/ext/base/dssumors]</span><spanclass="delimiter">: </span><spanclass="description">calculate the sum of single-precision floating-point strided array elements using ordinary recursive summation with extended accumulation and returning an extended precision result.</span>
0 commit comments