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

◆ F77_srotg()

void F77_srotg ( float * a,
float * b,
float * c,
float * s )

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: