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

Function ptan

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

Source from the content-addressed store, hash-verified

757
758/** \internal \returns the tan of \a a (coeff-wise) */
759template<typename Packet> EIGEN_DECLARE_FUNCTION_ALLOWING_MULTIPLE_DEFINITIONS
760Packet ptan(const Packet& a) { EIGEN_USING_STD(tan); return tan(a); }
761
762/** \internal \returns the arc sine of \a a (coeff-wise) */
763template<typename Packet> EIGEN_DECLARE_FUNCTION_ALLOWING_MULTIPLE_DEFINITIONS

Callers 1

packetOpMethod · 0.50

Calls 1

tanFunction · 0.70

Tested by

no test coverage detected