Go to the documentation of this file.
17 static const functype func[2] = {
33 else if(*
n<0)
info = 2;
52 int code =
UPLO(*uplo);
53 if(code>=2 || func[code]==0)
56 func[code](*
n,
a, *
lda, actual_x, actual_y,
alpha);
58 if(actual_x!=
x)
delete[] actual_x;
69 static const functype func[2] = {
82 else if(*
n<0)
info = 2;
93 int code =
UPLO(*uplo);
94 if(code>=2 || func[code]==0)
97 func[code](*
n,
c, *ldc, x_cpy, x_cpy,
alpha);
99 if(x_cpy!=
x)
delete[] x_cpy;
108 static const functype func[2] = {
122 else if(*
n<0)
info = 2;
135 int code =
UPLO(*uplo);
136 if(code>=2 || func[code]==0)
139 func[code](*
n,
c, *ldc, x_cpy, y_cpy,
alpha);
141 if(x_cpy!=
x)
delete[] x_cpy;
142 if(y_cpy!=
y)
delete[] y_cpy;
189 static const functype func[2] = {
202 else if(*
n<0)
info = 2;
212 int code =
UPLO(*uplo);
213 if(code>=2 || func[code]==0)
216 func[code](*
n, ap, x_cpy,
alpha);
218 if(x_cpy!=
x)
delete[] x_cpy;
233 static const functype func[2] = {
247 else if(*
n<0)
info = 2;
259 int code =
UPLO(*uplo);
260 if(code>=2 || func[code]==0)
263 func[code](*
n, ap, x_cpy, y_cpy,
alpha);
265 if(x_cpy!=
x)
delete[] x_cpy;
266 if(y_cpy!=
y)
delete[] y_cpy;
287 else if(*
n<0)
info = 2;
300 internal::general_rank1_update<Scalar,int,ColMajor,false,false>::run(*m, *
n,
a, *
lda, x_cpy, y_cpy,
alpha);
302 if(x_cpy!=
x)
delete[] x_cpy;
303 if(y_cpy!=
y)
delete[] y_cpy;
NumTraits< Scalar >::Real RealScalar
T * copy_back(T *x_cpy, T *x, int n, int incx)
int EIGEN_BLAS_FUNC() ger(int *m, int *n, Scalar *palpha, Scalar *px, int *incx, Scalar *py, int *incy, Scalar *pa, int *lda)
T * get_compact_vector(T *x, int n, int incx)
int EIGEN_BLAS_FUNC() symv(const char *uplo, const int *n, const RealScalar *palpha, const RealScalar *pa, const int *lda, const RealScalar *px, const int *incx, const RealScalar *pbeta, RealScalar *py, const int *incy)
#define EIGEN_BLAS_FUNC(X)
Map< Matrix< T, Dynamic, 1 >, 0, InnerStride< Dynamic > > make_vector(T *data, int size, int incr)
int RealScalar int RealScalar int * incy
int EIGEN_BLAS_FUNC() syr(const char *uplo, const int *n, const RealScalar *palpha, const RealScalar *px, const int *incx, RealScalar *pc, const int *ldc)
RealScalar RealScalar int * incx
int EIGEN_BLAS_FUNC() spr2(char *uplo, int *n, RealScalar *palpha, RealScalar *px, int *incx, RealScalar *py, int *incy, RealScalar *pap)
int RealScalar int RealScalar int RealScalar * pc
EIGEN_WEAK_LINKING int xerbla_(const char *msg, int *info, int)
int EIGEN_BLAS_FUNC() syr2(const char *uplo, const int *n, const RealScalar *palpha, const RealScalar *px, const int *incx, const RealScalar *py, const int *incy, RealScalar *pc, const int *ldc)
void run(Expr &expr, Dev &dev)
int RealScalar int RealScalar * py
int EIGEN_BLAS_FUNC() spr(char *uplo, int *n, Scalar *palpha, Scalar *px, int *incx, Scalar *pap)
RealScalar RealScalar * px
control_box_rst
Author(s): Christoph Rösmann
autogenerated on Wed Mar 2 2022 00:05:52