LAPACK 3.12.1
LAPACK: Linear Algebra PACKage
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages

◆ F77_dnrm2()

double F77_dnrm2 ( const CBLAS_INT * N,
const double * X,
const CBLAS_INT * incX )

Definition at line 36 of file c_dblas1.c.

37{
38 return cblas_dnrm2(*N, X, *incX);
39}
double cblas_dnrm2(const CBLAS_INT N, const double *X, const CBLAS_INT incX)
Definition cblas_dnrm2.c:12
Here is the call graph for this function: