LAPACK
3.10.1
LAPACK: Linear Algebra PACKage
◆
F77_idamax()
int F77_idamax
(
const int *
N
,
const double *
X
,
const 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_idamax
CBLAS_INDEX cblas_idamax(const CBLAS_INT N, const double *X, const CBLAS_INT incX)
Definition:
cblas_idamax.c:12
N
#define N
Definition:
example_user.c:10
Here is the call graph for this function:
CBLAS
testing
c_dblas1.c
Generated on Tue Apr 12 2022 14:49:00 for LAPACK by
1.9.1