MCPcopy Create free account
hub / github.com/TheRealMJP/BakingLab / pmax

Function pmax

Externals/eigen/Eigen/src/Core/GenericPacketMath.h:127–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125
126/** \internal \returns the max of \a a and \a b (coeff-wise) */
127template<typename Packet> inline Packet
128pmax(const Packet& a,
129 const Packet& b) { using std::max; return (max)(a, b); }
130
131/** \internal \returns the absolute value of \a a */
132template<typename Packet> inline Packet

Calls

no outgoing calls

Tested by

no test coverage detected