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

◆ F77_snrm2()

float F77_snrm2 ( const CBLAS_INT N,
const float *  X,
const CBLAS_INT incX 
)

Definition at line 46 of file c_sblas1.c.

47{
48 return cblas_snrm2(*N, X, *incX);
49}
float cblas_snrm2(const CBLAS_INT N, const float *X, const CBLAS_INT incX)
Definition cblas_snrm2.c:12
Here is the call graph for this function: