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

◆ F77_srot()

void F77_srot ( const CBLAS_INT N,
float *  X,
const CBLAS_INT incX,
float *  Y,
const CBLAS_INT incY,
const float *  c,
const float *  s 
)

Definition at line 57 of file c_sblas1.c.

59{
60 cblas_srot(*N,X,*incX,Y,*incY,*c,*s);
61 return;
62}
void cblas_srot(const CBLAS_INT N, float *X, const CBLAS_INT incX, float *Y, const CBLAS_INT incY, const float c, const float s)
Definition cblas_srot.c:11
Here is the call graph for this function: