diff --git a/lib/node_modules/@stdlib/blas/ext/base/README.md b/lib/node_modules/@stdlib/blas/ext/base/README.md index 180326287d81..26a1bb194405 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/README.md +++ b/lib/node_modules/@stdlib/blas/ext/base/README.md @@ -78,8 +78,8 @@ var ns = extblas; - [`dsort2hp( N, order, x, strideX, y, strideY )`][@stdlib/blas/ext/base/dsort2hp]: simultaneously sort two double-precision floating-point strided arrays based on the sort order of the first array using heapsort. - [`dsort2ins( N, order, x, strideX, y, strideY )`][@stdlib/blas/ext/base/dsort2ins]: simultaneously sort two double-precision floating-point strided arrays based on the sort order of the first array using insertion sort. - [`dsort2sh( N, order, x, strideX, y, strideY )`][@stdlib/blas/ext/base/dsort2sh]: simultaneously sort two double-precision floating-point strided arrays based on the sort order of the first array using Shellsort. -- [`dsorthp( N, order, x, stride )`][@stdlib/blas/ext/base/dsorthp]: sort a double-precision floating-point strided array using heapsort. -- [`dsortins( N, order, x, stride )`][@stdlib/blas/ext/base/dsortins]: sort a double-precision floating-point strided array using insertion sort. +- [`dsorthp( N, order, x, strideX )`][@stdlib/blas/ext/base/dsorthp]: sort a double-precision floating-point strided array using heapsort. +- [`dsortins( N, order, x, strideX )`][@stdlib/blas/ext/base/dsortins]: sort a double-precision floating-point strided array using insertion sort. - [`dsortsh( N, order, x, stride )`][@stdlib/blas/ext/base/dsortsh]: sort a double-precision floating-point strided array using Shellsort. - [`dssum( N, x, strideX )`][@stdlib/blas/ext/base/dssum]: calculate the sum of single-precision floating-point strided array elements using extended accumulation and returning an extended precision result. - [`dssumors( N, x, strideX )`][@stdlib/blas/ext/base/dssumors]: calculate the sum of single-precision floating-point strided array elements using ordinary recursive summation with extended accumulation and returning an extended precision result.