MCPcopy Create free account
hub / github.com/TinyMPC/TinyMPC / pcosh

Function pcosh

include/Eigen/Eigen/src/Core/GenericPacketMath.h:973–974  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

971
972/** \internal \returns the hyperbolic cosine of \a a (coeff-wise) */
973template<typename Packet> EIGEN_DECLARE_FUNCTION_ALLOWING_MULTIPLE_DEFINITIONS
974Packet pcosh(const Packet& a) { EIGEN_USING_STD(cosh); return cosh(a); }
975
976/** \internal \returns the arc tangent of \a a (coeff-wise) */
977template<typename Packet> EIGEN_DECLARE_FUNCTION_ALLOWING_MULTIPLE_DEFINITIONS

Callers 1

packetOpMethod · 0.85

Calls 1

coshFunction · 0.70

Tested by

no test coverage detected