Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clMathLibraries/clBLAS
/ idamax
Function
idamax
src/tests/correctness/blas-lapack.c:834–837 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
832
}
833
834
int idamax( int n, double *x, int incx)
835
{
836
return idamax_(&n, x, &incx);
837
}
838
839
int icamax( int n, complex *x, int incx)
840
{
Callers
1
blasiDamax
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected