Go to the source code of this file.
|
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) |
|
int | EIGEN_BLAS_FUNC (EIGEN_CAT(REAL_SCALAR_SUFFIX, rot))(int *n |
|
int | EIGEN_BLAS_FUNC (EIGEN_CAT(REAL_SCALAR_SUFFIX, scal))(int *n |
|
RealScalar | EIGEN_CAT (REAL_SCALAR_SUFFIX, EIGEN_BLAS_FUNC(asum))(int *n |
|
int | EIGEN_CAT (i, EIGEN_BLAS_FUNC(amax))(int *n |
|
int | EIGEN_CAT (i, EIGEN_BLAS_FUNC(amin))(int *n |
|
RealScalar | EIGEN_CAT (REAL_SCALAR_SUFFIX, EIGEN_BLAS_FUNC(nrm2))(int *n |
|
return | int (ret)+1 |
|
if incx return | make_vector (x, *n).unaryExpr< scalar_norm1_op >().sum() = alpha |
|
else return | make_vector (x, *n, std::abs(*incx)).unaryExpr< scalar_norm1_op >().sum() = alpha |
|
if incx | make_vector (x, *n).unaryExpr< scalar_norm1_op >().maxCoeff(&ret) |
|
else | make_vector (x, *n, std::abs(*incx)).unaryExpr< scalar_norm1_op >().maxCoeff(&ret) |
|
return | make_vector (x, *n, *incx).stableNorm() |
|
Reverse< StridedVectorType > | rvx (vx) |
|
Reverse< StridedVectorType > | rvy (vy) |
|
StridedVectorType | vx (make_vector(x, *n, std::abs(*incx))) |
|
StridedVectorType | vy (make_vector(y, *n, std::abs(*incy))) |
|
◆ dotcw()
◆ dotuw()
◆ EIGEN_BLAS_FUNC() [1/2]
◆ EIGEN_BLAS_FUNC() [2/2]
◆ EIGEN_CAT() [1/4]
◆ EIGEN_CAT() [2/4]
◆ EIGEN_CAT() [3/4]
◆ EIGEN_CAT() [4/4]
◆ int()
◆ make_vector() [1/5]
◆ make_vector() [2/5]
◆ make_vector() [3/5]
◆ make_vector() [4/5]
◆ make_vector() [5/5]
return make_vector |
( |
x |
, |
|
|
* |
n, |
|
|
* |
incx |
|
) |
| |
◆ rvx()
◆ rvy()
◆ vx()
◆ vy()
◆ alpha
◆ incx
Initial value:{
std::complex< RealScalar > Complex
RealScalar RealScalar * px
Definition at line 29 of file level1_cplx_impl.h.
◆ incy
◆ palpha
◆ pc
◆ ps
◆ px
◆ py
◆ ret
◆ return