| 753 | |
| 754 | /** \internal \returns the cosine of \a a (coeff-wise) */ |
| 755 | template<typename Packet> EIGEN_DECLARE_FUNCTION_ALLOWING_MULTIPLE_DEFINITIONS |
| 756 | Packet pcos(const Packet& a) { EIGEN_USING_STD(cos); return cos(a); } |
| 757 | |
| 758 | /** \internal \returns the tan of \a a (coeff-wise) */ |
| 759 | template<typename Packet> EIGEN_DECLARE_FUNCTION_ALLOWING_MULTIPLE_DEFINITIONS |