MCPcopy Create free account
hub / github.com/PX4/eigen / fabs

Function fabs

test/boostmultiprec.cpp:113–113  ·  view source on GitHub ↗

The following is needed for std::complex :

Source from the content-addressed store, hash-verified

111
112 // The following is needed for std::complex<Real>:
113 Real fabs(const Real& a) { return abs EIGEN_NOT_A_MACRO (a); }
114 Real fmax(const Real& a, const Real& b) { using std::max; return max(a,b); }
115
116 // some specialization for the unit tests:

Callers 2

absFunction · 0.50
double2 pabs<double2>Function · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected