OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
cblas_srotmg.c File Reference
#include "cblas.h"
#include "cblas_f77.h"

Go to the source code of this file.

Functions

void cblas_srotmg (float *d1, float *d2, float *b1, const float b2, float *p)

Function Documentation

◆ cblas_srotmg()

void cblas_srotmg ( float * d1,
float * d2,
float * b1,
const float b2,
float * p )

Definition at line 11 of file cblas_srotmg.c.

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