Skip to content

Commit 6daebce

Browse files
authored
docs: update related packages sections
PR-URL: #5349 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent bf18c77 commit 6daebce

File tree

1 file changed

+3
-3
lines changed
  • lib/node_modules/@stdlib/blas/ext/base/sdsapxsumpw

1 file changed

+3
-3
lines changed

lib/node_modules/@stdlib/blas/ext/base/sdsapxsumpw/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -284,9 +284,9 @@ int main( void ) {
284284
285285
## See Also
286286
287-
- <span class="package-name">[`@stdlib/blas/ext/base/dsapxsumpw`][@stdlib/blas/ext/base/dsapxsumpw]</span><span class="delimiter">: </span><span class="description">adds a constant to each single-precision floating-point strided array element and computes the sum using pairwise summation with extended accumulation and returning an extended precision result.</span>
288-
- <span class="package-name">[`@stdlib/blas/ext/base/sapxsumpw`][@stdlib/blas/ext/base/sapxsumpw]</span><span class="delimiter">: </span><span class="description">adds a constant to each single-precision floating-point strided array element and computes the sum using pairwise summation.</span>
289-
- <span class="package-name">[`@stdlib/blas/ext/base/sdsapxsum`][@stdlib/blas/ext/base/sdsapxsum]</span><span class="delimiter">: </span><span class="description">adds a constant to each single-precision floating-point strided array element and computes the sum using extended accumulation.</span>
287+
- <span class="package-name">[`@stdlib/blas/ext/base/dsapxsumpw`][@stdlib/blas/ext/base/dsapxsumpw]</span><span class="delimiter">: </span><span class="description">add a constant to each single-precision floating-point strided array element and compute the sum using pairwise summation with extended accumulation and returning an extended precision result.</span>
288+
- <span class="package-name">[`@stdlib/blas/ext/base/sapxsumpw`][@stdlib/blas/ext/base/sapxsumpw]</span><span class="delimiter">: </span><span class="description">add a scalar constant to each single-precision floating-point strided array element and compute the sum using pairwise summation.</span>
289+
- <span class="package-name">[`@stdlib/blas/ext/base/sdsapxsum`][@stdlib/blas/ext/base/sdsapxsum]</span><span class="delimiter">: </span><span class="description">add a scalar constant to each single-precision floating-point strided array element and compute the sum using extended accumulation.</span>
290290
- <span class="package-name">[`@stdlib/blas/ext/base/sdssumpw`][@stdlib/blas/ext/base/sdssumpw]</span><span class="delimiter">: </span><span class="description">calculate the sum of single-precision floating-point strided array elements using pairwise summation with extended accumulation.</span>
291291
292292
</section>

0 commit comments

Comments
 (0)