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

◆ F77_idamax()

CBLAS_INT F77_idamax ( const CBLAS_INT * N,
const double * X,
const CBLAS_INT * incX )

Definition at line 79 of file c_dblas1.c.

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