MCPcopy Create free account
hub / github.com/HiLab-git/SimpleCRF / pcosh

Function pcosh

dependency/densecrf/include/Eigen/src/Core/GenericPacketMath.h:779–780  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

packetOpMethod · 0.50

Calls 1

coshFunction · 0.70

Tested by

no test coverage detected