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

◆ cblas_drotmg()

void cblas_drotmg ( double * d1,
double * d2,
double * b1,
const double b2,
double * P )

Definition at line 11 of file cblas_drotmg.c.

13{
14 F77_drotmg(d1,d2,b1,&b2,p);
15}
#define F77_drotmg(...)
Definition cblas_f77.h:255