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

◆ cblas_srotg()

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:228
Here is the caller graph for this function: