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

◆ F77_dznrm2()

double F77_dznrm2 ( const CBLAS_INT N,
const void *  X,
const CBLAS_INT incX 
)

Definition at line 74 of file c_dblas1.c.

75{
76 return cblas_dznrm2(*N, X, *incX);
77}
double cblas_dznrm2(const CBLAS_INT N, const void *X, const CBLAS_INT incX)
Here is the call graph for this function: