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 251547e commit 6ab28b2Copy full SHA for 6ab28b2
lib/node_modules/@stdlib/blas/base/igamax/README.md
@@ -18,7 +18,7 @@ limitations under the License.
18
19
-->
20
21
-# idamax
+# igamax
22
23
> Find the index of the first element having maximum absolute value.
24
@@ -27,10 +27,10 @@ limitations under the License.
27
## Usage
28
29
```javascript
30
-var idamax = require( '@stdlib/blas/base/idamax' );
+var igamax = require( '@stdlib/blas/base/igamax' );
31
```
32
33
-#### idamax( N, x, strideX )
+#### igamax( N, x, strideX )
34
35
Finds the index of the first element having maximum absolute value.
36
0 commit comments