Skip to content

Commit a4cb922

Browse files
authored
chore: minor clean-up
Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent 846ac66 commit a4cb922

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/blas/base/zdotc/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ The function has the following parameters:
5757

5858
- **N**: number of indexed elements.
5959
- **x**: input [`Complex128Array`][@stdlib/array/complex128].
60-
- **strideX**: index increment for `x`.
60+
- **strideX**: stride length for `x`.
6161
- **y**: input [`Complex128Array`][@stdlib/array/complex128].
62-
- **strideY**: index increment for `y`.
62+
- **strideY**: stride length for `y`.
6363

6464
The `N` and stride parameters determine which elements in the strided arrays are accessed at runtime. For example, to calculate the dot product of every other value in `x` and the first `N` elements of `y` in reverse order,
6565

0 commit comments

Comments
 (0)