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

Function pcos

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

Source from the content-addressed store, hash-verified

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

Callers 1

packetOpMethod · 0.50

Calls 1

cosFunction · 0.70

Tested by

no test coverage detected