LAPACK 3.12.1
LAPACK: Linear Algebra PACKage
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages

◆ 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: