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

Function psqrt

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

Source from the content-addressed store, hash-verified

812
813/** \internal \returns the square-root of \a a (coeff-wise) */
814template<typename Packet> EIGEN_DECLARE_FUNCTION_ALLOWING_MULTIPLE_DEFINITIONS
815Packet psqrt(const Packet& a) { return numext::sqrt(a); }
816
817/** \internal \returns the reciprocal square-root of \a a (coeff-wise) */
818template<typename Packet> EIGEN_DECLARE_FUNCTION_ALLOWING_MULTIPLE_DEFINITIONS

Callers 1

prsqrtFunction · 0.70

Calls 1

sqrtFunction · 0.70

Tested by

no test coverage detected