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

Function pabs

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

Source from the content-addressed store, hash-verified

532
533/** \internal \returns the absolute value of \a a */
534template<typename Packet> EIGEN_DEVICE_FUNC inline Packet
535pabs(const Packet& a) { return numext::abs(a); }
536template<> EIGEN_DEVICE_FUNC inline unsigned int
537pabs(const unsigned int& a) { return a; }
538template<> EIGEN_DEVICE_FUNC inline unsigned long

Callers 1

generic_fast_tanh_floatFunction · 0.70

Calls 1

absFunction · 0.70

Tested by

no test coverage detected