MCPcopy Create free account
hub / github.com/PX4/eigen / pfloor

Function pfloor

Eigen/src/Core/GenericPacketMath.h:431–432  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

429
430/** \internal \returns the floor of \a a (coeff-wise) */
431template<typename Packet> EIGEN_DECLARE_FUNCTION_ALLOWING_MULTIPLE_DEFINITIONS
432Packet pfloor(const Packet& a) { using numext::floor; return floor(a); }
433
434/** \internal \returns the ceil of \a a (coeff-wise) */
435template<typename Packet> EIGEN_DECLARE_FUNCTION_ALLOWING_MULTIPLE_DEFINITIONS

Callers 2

MathFunctions.hFile · 0.85
packetOpMethod · 0.85

Calls 1

floorFunction · 0.70

Tested by

no test coverage detected