LAPACK
3.10.1
LAPACK: Linear Algebra PACKage
◆
F77_izamax()
int F77_izamax
(
const int *
N
,
const void *
X
,
const int *
incX
)
Definition at line
60
of file
c_zblas1.c
.
61
{
62
if
(*
N
< 1 || *incX < 1)
return
(0);
63
return
(
cblas_izamax
(*
N
, X, *incX)+1);
64
}
cblas_izamax
CBLAS_INDEX cblas_izamax(const CBLAS_INT N, const void *X, const CBLAS_INT incX)
Definition:
cblas_izamax.c:12
N
#define N
Definition:
example_user.c:10
Here is the call graph for this function:
CBLAS
testing
c_zblas1.c
Generated on Tue Apr 12 2022 14:49:02 for LAPACK by
1.9.1