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

Function pceil

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

Source from the content-addressed store, hash-verified

836
837/** \internal \returns the ceil of \a a (coeff-wise) */
838template<typename Packet> EIGEN_DECLARE_FUNCTION_ALLOWING_MULTIPLE_DEFINITIONS
839Packet pceil(const Packet& a) { using numext::ceil; return ceil(a); }
840
841/** \internal \returns the first element of a packet */
842template<typename Packet>

Callers 1

packetOpMethod · 0.50

Calls 1

ceilFunction · 0.70

Tested by

no test coverage detected