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

Function plog

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

Source from the content-addressed store, hash-verified

793
794/** \internal \returns the log of \a a (coeff-wise) */
795template<typename Packet> EIGEN_DECLARE_FUNCTION_ALLOWING_MULTIPLE_DEFINITIONS
796Packet plog(const Packet& a) { EIGEN_USING_STD(log); return log(a); }
797
798/** \internal \returns the log1p of \a a (coeff-wise) */
799template<typename Packet> EIGEN_DECLARE_FUNCTION_ALLOWING_MULTIPLE_DEFINITIONS

Callers 1

plog2Function · 0.70

Calls 1

logFunction · 0.70

Tested by

no test coverage detected