LAPACK
3.10.1
LAPACK: Linear Algebra PACKage
◆
F77_srot()
void F77_srot
(
const int *
N
,
float *
X
,
const int *
incX
,
float *
Y
,
const 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
}
cblas_srot
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
N
#define N
Definition:
example_user.c:10
Here is the call graph for this function:
Here is the caller graph for this function:
CBLAS
testing
c_sblas1.c
Generated on Tue Apr 12 2022 14:49:01 for LAPACK by
1.9.1