Go to the source code of this file.
|
| RealScalar EIGEN_BLAS_FUNC() | asum (int *n, RealScalar *px, int *incx) |
| |
| int | EIGEN_CAT (i, EIGEN_BLAS_FUNC(amax))(int *n |
| |
| if incx | make_vector (x, *n).cwiseAbs().maxCoeff(&ret) |
| |
| else | make_vector (x, *n, std::abs(*incx)).cwiseAbs().maxCoeff(&ret) |
| |
| return | int (ret)+1 |
| |
| int | EIGEN_CAT (i, EIGEN_BLAS_FUNC(amin))(int *n |
| |
| Scalar EIGEN_BLAS_FUNC() | dot (int *n, RealScalar *px, int *incx, RealScalar *py, int *incy) |
| |
| Scalar EIGEN_BLAS_FUNC() | nrm2 (int *n, RealScalar *px, int *incx) |
| |
| int EIGEN_BLAS_FUNC() | rot (int *n, RealScalar *px, int *incx, RealScalar *py, int *incy, RealScalar *pc, RealScalar *ps) |
| |
◆ asum()
◆ dot()
◆ EIGEN_CAT() [1/2]
◆ EIGEN_CAT() [2/2]
◆ int()
◆ make_vector() [1/2]
◆ make_vector() [2/2]
◆ nrm2()
◆ rot()
◆ incx
Initial value:{
int n
Definition BiCGSTAB_simple.cpp:1
◆ px
◆ ret