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

Go to the source code of this file.

Functions

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

Function Documentation

◆ cblas_srotg()

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

Definition at line 11 of file cblas_srotg.c.

12{
13 F77_srotg(a,b,c,s);
14}
#define F77_srotg(...)
Definition cblas_f77.h:206