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

Function pceil

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

Source from the content-addressed store, hash-verified

1031
1032/** \internal \returns the ceil of \a a (coeff-wise) */
1033template<typename Packet> EIGEN_DECLARE_FUNCTION_ALLOWING_MULTIPLE_DEFINITIONS
1034Packet pceil(const Packet& a) { using numext::ceil; return ceil(a); }
1035
1036template<typename Packet, typename EnableIf = void>
1037struct psign_impl {

Callers 1

packetOpMethod · 0.85

Calls 1

ceilFunction · 0.70

Tested by

no test coverage detected