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

Function pmin

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

Source from the content-addressed store, hash-verified

628/** \internal \returns the min of \a a and \a b (coeff-wise).
629 If \a a or \b b is NaN, the return value is implementation defined. */
630template<typename Packet> EIGEN_DEVICE_FUNC inline Packet
631pmin(const Packet& a, const Packet& b) { return numext::mini(a,b); }
632
633/** \internal \returns the min of \a a and \a b (coeff-wise).
634 NaNPropagation determines the NaN propagation semantics. */

Callers 1

generic_fast_tanh_floatFunction · 0.70

Calls 2

miniFunction · 0.85
runFunction · 0.85

Tested by

no test coverage detected