LAPACK 3.12.1
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 28 of file c_sblas1.c.

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