LAPACK
3.10.1
LAPACK: Linear Algebra PACKage
◆
F77_drot()
void F77_drot
(
const int *
N
,
double *
X
,
const int *
incX
,
double *
Y
,
const int *
incY
,
const double *
c
,
const double *
s
)
Definition at line
47
of file
c_dblas1.c
.
49
{
50
51
cblas_drot
(*
N
,X,*incX,Y,*incY,*c,*s);
52
return
;
53
}
cblas_drot
void cblas_drot(const CBLAS_INT N, double *X, const CBLAS_INT incX, double *Y, const CBLAS_INT incY, const double c, const double s)
Definition:
cblas_drot.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