Skip to content

Commit

Permalink
Merge branch 'dcusumpw-refactor' of github.com:headlessNode/stdlib in…
Browse files Browse the repository at this point in the history
…to dcusumpw-refactor
  • Loading branch information
headlessNode committed Oct 3, 2024
2 parents e4b23a9 + 726ce04 commit b951d99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/blas/ext/base/dcusumpw/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ The function has the following additional parameters:
- **offsetX**: starting index for `x`.
- **offsetY**: starting index for `y`.

While [`typed array`][mdn-typed-array] views mandate a view offset based on the underlying offset parameters support indexing semantics based on starting indices. For example, to calculate the cumulative sum of every other value in the strided input array starting from the second value and to store in the last `N` elements of the strided output array starting from the last element
While [`typed array`][mdn-typed-array] views mandate a view offset based on the underlying buffer, offset parameters support indexing semantics based on starting indices. For example, to calculate the cumulative sum of every other value in the strided input array starting from the second value and to store in the last `N` elements of the strided output array starting from the last element

```javascript
var Float64Array = require( '@stdlib/array/float64' );
Expand Down
4 changes: 2 additions & 2 deletions lib/node_modules/@stdlib/blas/ext/base/dcusumpw/docs/repl.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
elements using pairwise summation and alternative indexing semantics.

While typed array views mandate a view offset based on the underlying
buffer, the offset parameter supports indexing semantics based on starting
index.
buffer, offset parameters support indexing semantics based on starting
indices.

Parameters
----------
Expand Down

0 comments on commit b951d99

Please sign in to comment.