MCPcopy Create free account
hub / github.com/abess-team/abess / pabs

Function pabs

python/include/Eigen/src/Core/GenericPacketMath.h:189–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187
188/** \internal \returns the absolute value of \a a */
189template<typename Packet> EIGEN_DEVICE_FUNC inline Packet
190pabs(const Packet& a) { using std::abs; return abs(a); }
191
192/** \internal \returns the phase angle of \a a */
193template<typename Packet> EIGEN_DEVICE_FUNC inline Packet

Callers 1

pasinFunction · 0.50

Calls 1

absFunction · 0.70

Tested by

no test coverage detected