#include "common.h"

Go to the source code of this file.
Classes | |
| struct | Eigen::internal::functor_traits< scalar_norm1_op > |
| struct | scalar_norm1_op |
Namespaces | |
| namespace | Eigen |
| namespace | Eigen::internal |
Functions | |
| int EIGEN_BLAS_FUNC() | dotcw (int *n, RealScalar *px, int *incx, RealScalar *py, int *incy, RealScalar *pres) |
| int EIGEN_BLAS_FUNC() | dotuw (int *n, RealScalar *px, int *incx, RealScalar *py, int *incy, RealScalar *pres) |
| RealScalar | EIGEN_CAT (EIGEN_CAT(REAL_SCALAR_SUFFIX, SCALAR_SUFFIX), asum_)(int *n |
| RealScalar | EIGEN_CAT (EIGEN_CAT(REAL_SCALAR_SUFFIX, SCALAR_SUFFIX), nrm2_)(int *n |
| if incx return | vector (x,*n).unaryExpr< scalar_norm1_op >().sum() |
| else return | vector (x,*n, std::abs(*incx)).unaryExpr< scalar_norm1_op >().sum() |
Variables | |
| RealScalar RealScalar * | px |
| if n | return |
| RealScalar RealScalar int *incx Complex * | x = reinterpret_cast<Complex*>(px) |
| int EIGEN_BLAS_FUNC() dotcw | ( | int * | n, |
| RealScalar * | px, | ||
| int * | incx, | ||
| RealScalar * | py, | ||
| int * | incy, | ||
| RealScalar * | pres | ||
| ) |
Definition at line 55 of file level1_cplx_impl.h.
| int EIGEN_BLAS_FUNC() dotuw | ( | int * | n, |
| RealScalar * | px, | ||
| int * | incx, | ||
| RealScalar * | py, | ||
| int * | incy, | ||
| RealScalar * | pres | ||
| ) |
Definition at line 74 of file level1_cplx_impl.h.
| RealScalar EIGEN_CAT | ( | EIGEN_CAT(REAL_SCALAR_SUFFIX, SCALAR_SUFFIX) | , |
| asum_ | |||
| ) |
| RealScalar EIGEN_CAT | ( | EIGEN_CAT(REAL_SCALAR_SUFFIX, SCALAR_SUFFIX) | , |
| nrm2_ | |||
| ) |
Definition at line 43 of file level1_cplx_impl.h.
Definition at line 48 of file level1_cplx_impl.h.
| RealScalar RealScalar int* incx Complex* x = reinterpret_cast<Complex*>(px) |
Definition at line 46 of file level1_cplx_impl.h.