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

◆ F77_drot()

void F77_drot ( const CBLAS_INT * N,
double * X,
const CBLAS_INT * incX,
double * Y,
const CBLAS_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}
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
Here is the call graph for this function: