LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches

◆ 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: