Skip to content

Commit cce206a

Browse files
authored
docs: update namespace TypeScript declarations
PR-URL: #4877 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent 17b7218 commit cce206a

File tree

1 file changed

+7
-7
lines changed
  • lib/node_modules/@stdlib/blas/ext/base/docs/types

1 file changed

+7
-7
lines changed

lib/node_modules/@stdlib/blas/ext/base/docs/types/index.d.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2623,12 +2623,12 @@ interface Namespace {
26232623
sdsapxsum: typeof sdsapxsum;
26242624

26252625
/**
2626-
* Adds a constant to each single-precision floating-point strided array element and computes the sum using pairwise summation with extended accumulation.
2626+
* Adds a scalar constant to each single-precision floating-point strided array element and computes the sum using pairwise summation with extended accumulation.
26272627
*
26282628
* @param N - number of indexed elements
2629-
* @param alpha - constant
2629+
* @param alpha - scalar constant
26302630
* @param x - input array
2631-
* @param stride - stride length
2631+
* @param strideX - stride length
26322632
* @returns sum
26332633
*
26342634
* @example
@@ -2680,7 +2680,7 @@ interface Namespace {
26802680
*
26812681
* @param N - number of indexed elements
26822682
* @param x - input array
2683-
* @param stride - stride length
2683+
* @param strideX - stride length
26842684
* @returns sum
26852685
*
26862686
* @example
@@ -2732,7 +2732,7 @@ interface Namespace {
27322732
*
27332733
* @param N - number of indexed elements
27342734
* @param x - input array
2735-
* @param stride - stride length
2735+
* @param strideX - stride length
27362736
* @returns sum
27372737
*
27382738
* @example
@@ -2811,7 +2811,7 @@ interface Namespace {
28112811
*
28122812
* @param N - number of indexed elements
28132813
* @param x - input array
2814-
* @param stride - stride length
2814+
* @param strideX - stride length
28152815
* @returns sum
28162816
*
28172817
* @example
@@ -3171,7 +3171,7 @@ interface Namespace {
31713171
*
31723172
* @param N - number of indexed elements
31733173
* @param x - input array
3174-
* @param stride - stride length
3174+
* @param strideX - stride length
31753175
* @returns sum
31763176
*
31773177
* @example

0 commit comments

Comments
 (0)