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

Function pacos

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

Source from the content-addressed store, hash-verified

765
766/** \internal \returns the arc cosine of \a a (coeff-wise) */
767template<typename Packet> EIGEN_DECLARE_FUNCTION_ALLOWING_MULTIPLE_DEFINITIONS
768Packet pacos(const Packet& a) { EIGEN_USING_STD(acos); return acos(a); }
769
770/** \internal \returns the arc tangent of \a a (coeff-wise) */
771template<typename Packet> EIGEN_DECLARE_FUNCTION_ALLOWING_MULTIPLE_DEFINITIONS

Callers 1

packetOpMethod · 0.50

Calls 1

acosFunction · 0.70

Tested by

no test coverage detected