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 | 
|  | 
| 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(asum))(int *n | 
|  | 
| RealScalar | EIGEN_CAT (REAL_SCALAR_SUFFIX, EIGEN_BLAS_FUNC(nrm2))(int *n | 
|  | 
| return | int (ret)+1 | 
|  | 
| if incx | make_vector (x, *n).unaryExpr< scalar_norm1_op >().maxCoeff(&ret) | 
|  | 
| if incx return | make_vector (x, *n).unaryExpr< scalar_norm1_op >().sum() = alpha | 
|  | 
| return | make_vector (x, *n, *incx).stableNorm() | 
|  | 
| else | make_vector (x, *n, std::abs(*incx)).unaryExpr< scalar_norm1_op >().maxCoeff(&ret) | 
|  | 
| else return | make_vector (x, *n, std::abs(*incx)).unaryExpr< scalar_norm1_op >().sum() = alpha | 
|  | 
| 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]
      
        
          | return make_vector | ( | x | , | 
        
          |  |  | * | n, | 
        
          |  |  | * | incx | 
        
          |  | ) |  |  | 
      
 
 
◆ make_vector() [4/5]
◆ make_vector() [5/5]
◆ rvx()
◆ rvy()
◆ vx()
◆ vy()
◆ alpha
◆ incx
◆ incy
◆ palpha
◆ pc
◆ ps
◆ px
◆ py
◆ ret
◆ return