LAPACK  3.6.1
LAPACK: Linear Algebra PACKage
void cblas_srotmg ( float *  d1,
float *  d2,
float *  b1,
const float  b2,
float *  P 
)

Definition at line 11 of file cblas_srotmg.c.

13 {
14  F77_srotmg(d1,d2,b1,&b2,p);
15 }
void F77_srotmg(float *, float *, float *, const float *, float *)

Here is the call graph for this function: