From cce206a829b141a987e5b24c60abcfcaed32894a Mon Sep 17 00:00:00 2001 From: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com> Date: Fri, 24 Jan 2025 19:38:14 -0500 Subject: [PATCH] docs: update namespace TypeScript declarations PR-URL: https://github.com/stdlib-js/stdlib/pull/4877 Reviewed-by: Athan Reines --- .../@stdlib/blas/ext/base/docs/types/index.d.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lib/node_modules/@stdlib/blas/ext/base/docs/types/index.d.ts b/lib/node_modules/@stdlib/blas/ext/base/docs/types/index.d.ts index 3d63ede61ce1..b90aec3288de 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/blas/ext/base/docs/types/index.d.ts @@ -2623,12 +2623,12 @@ interface Namespace { sdsapxsum: typeof sdsapxsum; /** - * Adds a constant to each single-precision floating-point strided array element and computes the sum using pairwise summation with extended accumulation. + * Adds a scalar constant to each single-precision floating-point strided array element and computes the sum using pairwise summation with extended accumulation. * * @param N - number of indexed elements - * @param alpha - constant + * @param alpha - scalar constant * @param x - input array - * @param stride - stride length + * @param strideX - stride length * @returns sum * * @example @@ -2680,7 +2680,7 @@ interface Namespace { * * @param N - number of indexed elements * @param x - input array - * @param stride - stride length + * @param strideX - stride length * @returns sum * * @example @@ -2732,7 +2732,7 @@ interface Namespace { * * @param N - number of indexed elements * @param x - input array - * @param stride - stride length + * @param strideX - stride length * @returns sum * * @example @@ -2811,7 +2811,7 @@ interface Namespace { * * @param N - number of indexed elements * @param x - input array - * @param stride - stride length + * @param strideX - stride length * @returns sum * * @example @@ -3171,7 +3171,7 @@ interface Namespace { * * @param N - number of indexed elements * @param x - input array - * @param stride - stride length + * @param strideX - stride length * @returns sum * * @example