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

◆ F77_zscal()

void F77_zscal ( const int *  N,
const void **  alpha,
void *  X,
const int *  incX 
)

Definition at line 46 of file c_zblas1.c.

48{
49 cblas_zscal(*N, alpha, X, *incX);
50 return;
51}
void cblas_zscal(const CBLAS_INT N, const void *alpha, void *X, const CBLAS_INT incX)
Definition: cblas_zscal.c:11
#define N
Definition: example_user.c:10
Here is the call graph for this function: