MCPcopy Create free account
hub / github.com/dblalock/bolt / perf

Function perf

cpp/src/external/eigen/src/Core/GenericPacketMath.h:443–444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

441
442/** \internal \returns the erf(\a a) (coeff-wise) */
443template<typename Packet> EIGEN_DECLARE_FUNCTION_ALLOWING_MULTIPLE_DEFINITIONS
444Packet perf(const Packet& a) { using numext::erf; return erf(a); }
445
446/** \internal \returns the erfc(\a a) (coeff-wise) */
447template<typename Packet> EIGEN_DECLARE_FUNCTION_ALLOWING_MULTIPLE_DEFINITIONS

Callers 1

packetOpMethod · 0.85

Calls 1

erfFunction · 0.70

Tested by

no test coverage detected