LAPACK
3.10.1
LAPACK: Linear Algebra PACKage
◆
F77_scnrm2()
float F77_scnrm2
(
const int *
N
,
const void *
X
,
const int *
incX
)
Definition at line
66
of file
c_cblas1.c
.
67
{
68
return
cblas_scnrm2
(*
N
, X, *incX);
69
}
cblas_scnrm2
float cblas_scnrm2(const CBLAS_INT N, const void *X, const CBLAS_INT incX)
Definition:
cblas_scnrm2.c:12
N
#define N
Definition:
example_user.c:10
Here is the call graph for this function:
CBLAS
testing
c_cblas1.c
Generated on Tue Apr 12 2022 14:48:59 for LAPACK by
1.9.1