Skip to content

Commit 2ad3b26

Browse files
authored
chore: incorrect function name in README.md
1 parent 94e3752 commit 2ad3b26

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dcumax

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dcumax/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ The function accepts the following arguments:
209209
void stdlib_strided_dcumax( const CBLAS_INT N, const double *X, const CBLAS_INT strideX, double *Y, const CBLAS_INT strideY );
210210
```
211211

212-
#### stdlib_strided_dmax_ndarray( N, \*X, strideX, offsetX, \*Y, strideY, offsetY )
212+
#### stdlib_strided_dcumax_ndarray( N, \*X, strideX, offsetX, \*Y, strideY, offsetY )
213213

214214
Computes the cumulative maximum of double-precision floating-point strided array elements using alternative indexing semantics.
215215

0 commit comments

Comments
 (0)