From 3d699a675ebc1fd1882301e4a686862ec591cddc Mon Sep 17 00:00:00 2001 From: Planeshifter <1913638+Planeshifter@users.noreply.github.com> Date: Fri, 29 May 2026 03:31:45 +0000 Subject: [PATCH] docs: update namespace table of contents Signed-off-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com> --- lib/node_modules/@stdlib/blas/base/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/node_modules/@stdlib/blas/base/README.md b/lib/node_modules/@stdlib/blas/base/README.md index 2b523bfd7bcb..28fb972764fd 100644 --- a/lib/node_modules/@stdlib/blas/base/README.md +++ b/lib/node_modules/@stdlib/blas/base/README.md @@ -62,6 +62,7 @@ var o = blas; - [`dscal( N, alpha, x, stride )`][@stdlib/blas/base/dscal]: multiply a double-precision floating-point vector `x` by a constant `alpha`. - [`dsdot( N, x, strideX, y, strideY )`][@stdlib/blas/base/dsdot]: calculate the dot product with extended accumulation and result of two single-precision floating-point vectors. - [`dswap( N, x, strideX, y, strideY )`][@stdlib/blas/base/dswap]: interchange two double-precision floating-point vectors. +- [`dzasum( N, x, strideX )`][@stdlib/blas/base/dzasum]: compute the sum of the absolute values of the real and imaginary components of a double-precision complex floating-point strided array. - [`dznrm2( N, x, strideX )`][@stdlib/blas/base/dznrm2]: compute the L2-norm of a double-precision complex floating-point vector. - [`gasum( N, x, stride )`][@stdlib/blas/base/gasum]: compute the sum of absolute values (_L1_ norm). - [`gaxpy( N, alpha, x, strideX, y, strideY )`][@stdlib/blas/base/gaxpy]: multiply `x` by a constant `alpha` and add the result to `y`. @@ -392,6 +393,8 @@ console.log( objectKeys( blas ) ); [@stdlib/blas/base/dswap]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/dswap +[@stdlib/blas/base/dzasum]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/dzasum + [@stdlib/blas/base/dznrm2]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/dznrm2 [@stdlib/blas/base/gasum]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/gasum