LAPACK  3.6.1
LAPACK: Linear Algebra PACKage
void cblas_drotg ( double *  a,
double *  b,
double *  c,
double *  s 
)

Definition at line 11 of file cblas_drotg.c.

12 {
13  F77_drotg(a,b,c,s);
14 }
#define F77_drotg
Definition: cblas_f77.h:47

Here is the caller graph for this function: