| 777 | |
| 778 | /** \internal \returns the hyperbolic cosine of \a a (coeff-wise) */ |
| 779 | template<typename Packet> EIGEN_DECLARE_FUNCTION_ALLOWING_MULTIPLE_DEFINITIONS |
| 780 | Packet pcosh(const Packet& a) { EIGEN_USING_STD(cosh); return cosh(a); } |
| 781 | |
| 782 | /** \internal \returns the hyperbolic tan of \a a (coeff-wise) */ |
| 783 | template<typename Packet> EIGEN_DECLARE_FUNCTION_ALLOWING_MULTIPLE_DEFINITIONS |