MCPcopy 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
834int idamax( int n, double *x, int incx)
835{
836 return idamax_(&n, x, &incx);
837}
838
839int icamax( int n, complex *x, int incx)
840{

Callers 1

blasiDamaxFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected