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