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

◆ F77_csscal()

void F77_csscal ( const CBLAS_INT * N,
const float * alpha,
void * X,
const CBLAS_INT * incX )

Definition at line 46 of file c_cblas1.c.

48{
49 cblas_csscal(*N, *alpha, X, *incX);
50 return;
51}
void cblas_csscal(const CBLAS_INT N, const float alpha, void *X, const CBLAS_INT incX)
Here is the call graph for this function: