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

◆ cblas_crotg()

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

Definition at line 9 of file cblas_crotg.c.

10{
11 F77_crotg(a,b,c,s);
12}
#define F77_crotg(...)
Definition cblas_f77.h:270