diff --git a/lib/node_modules/@stdlib/blas/base/README.md b/lib/node_modules/@stdlib/blas/base/README.md index 3c26e8705276..f6b7ee06ca20 100644 --- a/lib/node_modules/@stdlib/blas/base/README.md +++ b/lib/node_modules/@stdlib/blas/base/README.md @@ -87,7 +87,7 @@ var o = blas; - [`zaxpy( N, za, zx, strideX, zy, strideY )`][@stdlib/blas/base/zaxpy]: scale a double-precision complex floating-point vector by a double-precision complex floating-point constant and add the result to a double-precision complex floating-point vector. - [`zcopy( N, x, strideX, y, strideY )`][@stdlib/blas/base/zcopy]: copy values from one complex double-precision floating-point vector to another complex double-precision floating-point vector. - [`zdrot( N, zx, strideX, zy, strideY, c, s )`][@stdlib/blas/base/zdrot]: applies a plane rotation. -- [`zscal( N, za, zx, strideX )`][@stdlib/blas/base/zscal]: scales a double-precision complex floating-point vector by a double-precision complex floating-point constant. +- [`zscal( N, alpha, x, strideX )`][@stdlib/blas/base/zscal]: scales a double-precision complex floating-point vector by a double-precision complex floating-point constant. - [`zswap( N, x, strideX, y, strideY )`][@stdlib/blas/base/zswap]: interchange two complex double-precision floating-point vectors. diff --git a/lib/node_modules/@stdlib/stats/base/README.md b/lib/node_modules/@stdlib/stats/base/README.md index 56f3cb66ba98..c0aba085e956 100644 --- a/lib/node_modules/@stdlib/stats/base/README.md +++ b/lib/node_modules/@stdlib/stats/base/README.md @@ -62,7 +62,6 @@ The namespace contains the following statistical functions: - [`cumin( N, x, strideX, y, strideY )`][@stdlib/stats/base/cumin]: calculate the cumulative minimum of a strided array. - [`cuminabs( N, x, strideX, y, strideY )`][@stdlib/stats/base/cuminabs]: calculate the cumulative minimum absolute value of a strided array. - [`dcumin( N, x, strideX, y, strideY )`][@stdlib/stats/base/dcumin]: calculate the cumulative minimum of double-precision floating-point strided array elements. -- [`dmaxabs( N, x, strideX )`][@stdlib/stats/strided/dmaxabs]: calculate the maximum absolute value of a double-precision floating-point strided array. - [`dmaxabssorted( N, x, strideX )`][@stdlib/stats/base/dmaxabssorted]: calculate the maximum absolute value of a sorted double-precision floating-point strided array. - [`dmaxsorted( N, x, strideX )`][@stdlib/stats/base/dmaxsorted]: calculate the maximum value of a sorted double-precision floating-point strided array. - [`dmean( N, x, stride )`][@stdlib/stats/base/dmean]: calculate the arithmetic mean of a double-precision floating-point strided array. @@ -330,8 +329,6 @@ console.log( objectKeys( ns ) ); [@stdlib/stats/base/dcumin]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/base/dcumin -[@stdlib/stats/strided/dmaxabs]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/strided/dmaxabs - [@stdlib/stats/base/dmaxabssorted]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/base/dmaxabssorted [@stdlib/stats/base/dmaxsorted]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/base/dmaxsorted