LAPACK  3.6.1
LAPACK: Linear Algebra PACKage
void F77_srotg ( float *  ,
float *  ,
float *  ,
float *   
)

Definition at line 51 of file c_sblas1.c.

52 {
53  cblas_srotg(a,b,c,s);
54  return;
55 }
void cblas_srotg(float *a, float *b, float *c, float *s)
Definition: cblas_srotg.c:11

Here is the call graph for this function: