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

◆ F77_isamax()

CBLAS_INT F77_isamax ( const CBLAS_INT N,
const float *  X,
const CBLAS_INT incX 
)

Definition at line 78 of file c_sblas1.c.

79{
80 if (*N < 1 || *incX < 1) return(0);
81 return (cblas_isamax(*N, X, *incX)+1);
82}
CBLAS_INDEX cblas_isamax(const CBLAS_INT N, const float *X, const CBLAS_INT incX)
Here is the call graph for this function: