Searched defs:ei_atan2 (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/Eigen2Support/
H A DMathFunctions.h25 template<typename T> inline T ei_atan2(const T& x,const T& y) { using std::atan2; return atan2(x,y); } function in namespace:Eigen

Completed in 103 milliseconds