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

◆ F77_scasum()

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

Definition at line 71 of file c_cblas1.c.

72{
73 return cblas_scasum(*N, X, *incX);
74}
float cblas_scasum(const CBLAS_INT N, const void *X, const CBLAS_INT incX)
Here is the call graph for this function: