Skip to content

Commit 63bb1c5

Browse files
stdlib-botkgryte
andauthored
docs: update related packages sections
PR-URL: #4842 Co-authored-by: Athan Reines <[email protected]> Reviewed-by: Athan Reines <[email protected]>
1 parent d0b776a commit 63bb1c5

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/blas/ext/base/dapxsum

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ var dapxsum = require( '@stdlib/blas/ext/base/dapxsum' );
135135

136136
var x = discreteUniform( 10, -100, 100, {
137137
'dtype': 'float64'
138-
} );
138+
});
139139
console.log( x );
140140

141141
var v = dapxsum( x.length, 5.0, x, 1 );
@@ -281,7 +281,7 @@ int main( void ) {
281281
282282
- <span class="package-name">[`@stdlib/blas/ext/base/dapxsumpw`][@stdlib/blas/ext/base/dapxsumpw]</span><span class="delimiter">: </span><span class="description">add a scalar constant to each double-precision floating-point strided array element and compute the sum using pairwise summation.</span>
283283
- <span class="package-name">[`@stdlib/blas/ext/base/dsum`][@stdlib/blas/ext/base/dsum]</span><span class="delimiter">: </span><span class="description">calculate the sum of double-precision floating-point strided array elements.</span>
284-
- <span class="package-name">[`@stdlib/blas/ext/base/gapxsum`][@stdlib/blas/ext/base/gapxsum]</span><span class="delimiter">: </span><span class="description">add a constant to each strided array element and compute the sum.</span>
284+
- <span class="package-name">[`@stdlib/blas/ext/base/gapxsum`][@stdlib/blas/ext/base/gapxsum]</span><span class="delimiter">: </span><span class="description">add a scalar constant to each strided array element and compute the sum.</span>
285285
- <span class="package-name">[`@stdlib/blas/ext/base/sapxsum`][@stdlib/blas/ext/base/sapxsum]</span><span class="delimiter">: </span><span class="description">add a constant to each single-precision floating-point strided array element and compute the sum.</span>
286286
287287
</section>

0 commit comments

Comments
 (0)