LAPACK
3.10.1
LAPACK: Linear Algebra PACKage
◆
F77_dscal()
void F77_dscal
(
const int *
N
,
const double *
alpha
,
double *
X
,
const int *
incX
)
Definition at line
55
of file
c_dblas1.c
.
57
{
58
cblas_dscal
(*
N
, *alpha, X, *incX);
59
return
;
60
}
cblas_dscal
void cblas_dscal(const CBLAS_INT N, const double alpha, double *X, const CBLAS_INT incX)
Definition:
cblas_dscal.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_dblas1.c
Generated on Tue Apr 12 2022 14:49:00 for LAPACK by
1.9.1