LAPACK  3.6.1
LAPACK: Linear Algebra PACKage
double F77_dznrm2 ( const int *  N,
const void *  X,
const int *  incX 
)

Definition at line 66 of file c_zblas1.c.

67 {
68  return cblas_dznrm2(*N, X, *incX);
69 }
double cblas_dznrm2(const int N, const void *X, const int incX)
Definition: cblas_dznrm2.c:12
#define N
Definition: example_user.c:10

Here is the call graph for this function: