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

◆ cblas_drotg()

void cblas_drotg ( double * a,
double * b,
double * c,
double * s )

Definition at line 11 of file cblas_drotg.c.

12{
13 F77_drotg(a,b,c,s);
14}
#define F77_drotg(...)
Definition cblas_f77.h:253
Here is the caller graph for this function: