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

◆ F77_drotg()

void F77_drotg ( double *  a,
double *  b,
double *  c,
double *  s 
)

Definition at line 41 of file c_dblas1.c.

42{
43 cblas_drotg(a,b,c,s);
44 return;
45}
void cblas_drotg(double *a, double *b, double *c, double *s)
Definition cblas_drotg.c:11
Here is the call graph for this function: