You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/blas/ext/base/gapxsum/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -154,7 +154,7 @@ console.log( v );
154
154
## See Also
155
155
156
156
- <spanclass="package-name">[`@stdlib/blas/ext/base/dapxsum`][@stdlib/blas/ext/base/dapxsum]</span><spanclass="delimiter">: </span><spanclass="description">add a scalar constant to each double-precision floating-point strided array element and compute the sum.</span>
157
-
- <spanclass="package-name">[`@stdlib/blas/ext/base/gapxsumpw`][@stdlib/blas/ext/base/gapxsumpw]</span><spanclass="delimiter">: </span><spanclass="description">add a constant to each strided array element and compute the sum using pairwise summation.</span>
157
+
- <spanclass="package-name">[`@stdlib/blas/ext/base/gapxsumpw`][@stdlib/blas/ext/base/gapxsumpw]</span><spanclass="delimiter">: </span><spanclass="description">add a scalar constant to each strided array element and compute the sum using pairwise summation.</span>
158
158
- <spanclass="package-name">[`@stdlib/blas/ext/base/gsum`][@stdlib/blas/ext/base/gsum]</span><spanclass="delimiter">: </span><spanclass="description">calculate the sum of strided array elements.</span>
159
159
- <spanclass="package-name">[`@stdlib/blas/ext/base/sapxsum`][@stdlib/blas/ext/base/sapxsum]</span><spanclass="delimiter">: </span><spanclass="description">add a constant to each single-precision floating-point strided array element and compute the sum.</span>
0 commit comments