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

Function pasin

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

Source from the content-addressed store, hash-verified

761
762/** \internal \returns the arc sine of \a a (coeff-wise) */
763template<typename Packet> EIGEN_DECLARE_FUNCTION_ALLOWING_MULTIPLE_DEFINITIONS
764Packet pasin(const Packet& a) { EIGEN_USING_STD(asin); return asin(a); }
765
766/** \internal \returns the arc cosine of \a a (coeff-wise) */
767template<typename Packet> EIGEN_DECLARE_FUNCTION_ALLOWING_MULTIPLE_DEFINITIONS

Callers 1

packetOpMethod · 0.50

Calls 1

asinFunction · 0.70

Tested by

no test coverage detected