MCPcopy Create free account
hub / github.com/TinyMPC/TinyMPC / parg

Function parg

include/Eigen/Eigen/src/Core/GenericPacketMath.h:669–670  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

667
668/** \internal \returns the phase angle of \a a */
669template<typename Packet> EIGEN_DEVICE_FUNC inline Packet
670parg(const Packet& a) { using numext::arg; return arg(a); }
671
672
673/** \internal \returns \a a arithmetically shifted by N bits to the right */

Callers 1

packetOpMethod · 0.85

Calls 1

argFunction · 0.70

Tested by

no test coverage detected