LAPACK  3.6.1
LAPACK: Linear Algebra PACKage
void cblas_srotg ( float *  a,
float *  b,
float *  c,
float *  s 
)

Definition at line 11 of file cblas_srotg.c.

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

Here is the caller graph for this function: