![]() |
|
#include "./InternalHeaderCheck.h"Go to the source code of this file.
Namespaces | |
| Eigen | |
| Namespace containing all symbols from the Eigen library. | |
| Eigen::internal | |
| Namespace containing low-level routines from the Eigen library. | |
Functions | |
| template<typename RealScalar > | |
| EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE RealScalar | Eigen::internal::positive_real_hypot (const RealScalar &x, const RealScalar &y) |
| template<typename T > | |
| EIGEN_DEVICE_FUNC std::complex< T > | Eigen::internal::complex_sqrt (const std::complex< T > &a_x) |
| template<typename T > | |
| EIGEN_DEVICE_FUNC std::complex< T > | Eigen::internal::complex_rsqrt (const std::complex< T > &a_x) |
| template<typename T > | |
| EIGEN_DEVICE_FUNC std::complex< T > | Eigen::internal::complex_log (const std::complex< T > &z) |