LAPACK
3.10.1
LAPACK: Linear Algebra PACKage
◆
F77_zdscal()
void F77_zdscal
(
const int *
N
,
const double *
alpha
,
void *
X
,
const int *
incX
)
Definition at line
39
of file
c_zblas1.c
.
41
{
42
cblas_zdscal
(*
N
, *alpha, X, *incX);
43
return
;
44
}
cblas_zdscal
void cblas_zdscal(const CBLAS_INT N, const double alpha, void *X, const CBLAS_INT incX)
Definition:
cblas_zdscal.c:11
N
#define N
Definition:
example_user.c:10
Here is the call graph for this function:
Here is the caller graph for this function:
CBLAS
testing
c_zblas1.c
Generated on Tue Apr 12 2022 14:49:02 for LAPACK by
1.9.1