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

◆ cblas_srotmg()

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}
#define F77_srotmg(...)
Definition cblas_f77.h:230