| 793 | |
| 794 | /** \internal \returns the log of \a a (coeff-wise) */ |
| 795 | template<typename Packet> EIGEN_DECLARE_FUNCTION_ALLOWING_MULTIPLE_DEFINITIONS |
| 796 | Packet plog(const Packet& a) { EIGEN_USING_STD(log); return log(a); } |
| 797 | |
| 798 | /** \internal \returns the log1p of \a a (coeff-wise) */ |
| 799 | template<typename Packet> EIGEN_DECLARE_FUNCTION_ALLOWING_MULTIPLE_DEFINITIONS |