LAPACK 3.12.0
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 23 of file c_sblas1.c.

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