We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aed923a commit 9ec9c5cCopy full SHA for 9ec9c5c
lib/node_modules/@stdlib/blas/base/icamax/README.md
@@ -76,7 +76,7 @@ var y = icamax( 2, x1, 1 );
76
// returns 1
77
```
78
79
-#### icamax.ndarray( N, x, strideX, offset )
+#### icamax.ndarray( N, x, strideX, offsetX )
80
81
Finds the index of the first element having maximum |Re(.)| + |Im(.)| using alternative indexing semantics.
82
0 commit comments