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

Function parg

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

Source from the content-addressed store, hash-verified

548
549/** \internal \returns the phase angle of \a a */
550template<typename Packet> EIGEN_DEVICE_FUNC inline Packet
551parg(const Packet& a) { using numext::arg; return arg(a); }
552
553
554/** \internal \returns \a a logically shifted by N bits to the right */

Callers 1

packetOpMethod · 0.50

Calls 1

argFunction · 0.70

Tested by

no test coverage detected