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

◆ F77_scnrm2()

float F77_scnrm2 ( const CBLAS_INT N,
const void *  X,
const CBLAS_INT incX 
)

Definition at line 66 of file c_cblas1.c.

67{
68 return cblas_scnrm2(*N, X, *incX);
69}
float cblas_scnrm2(const CBLAS_INT N, const void *X, const CBLAS_INT incX)
Here is the call graph for this function: