LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches

◆ F77_icamax()

CBLAS_INT F77_icamax ( const CBLAS_INT N,
const void *  X,
const CBLAS_INT incX 
)

Definition at line 60 of file c_cblas1.c.

61{
62 if (*N < 1 || *incX < 1) return(0);
63 return (cblas_icamax(*N, X, *incX)+1);
64}
CBLAS_INDEX cblas_icamax(const CBLAS_INT N, const void *X, const CBLAS_INT incX)
Here is the call graph for this function: