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

◆ F77_zdscal()

void F77_zdscal ( const CBLAS_INT * N,
const double * alpha,
void * X,
const CBLAS_INT * incX )

Definition at line 39 of file c_zblas1.c.

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