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

◆ F77_cscal()

void F77_cscal ( const CBLAS_INT N,
const void **  alpha,
void *  X,
const CBLAS_INT incX 
)

Definition at line 39 of file c_cblas1.c.

41{
42 cblas_cscal(*N, alpha, X, *incX);
43 return;
44}
void cblas_cscal(const CBLAS_INT N, const void *alpha, void *X, const CBLAS_INT incX)
Definition cblas_cscal.c:11
Here is the call graph for this function: