HomeSort by relevance Sort by last modified time
    Searched defs:ei_pow (Results 1 - 2 of 2) sorted by null

  /external/eigen/Eigen/src/Eigen2Support/
MathFunctions.h 26 template<typename T> inline T ei_pow (const T& x,const T& y) { return internal::pow(x,y); } function in namespace:Eigen
  /external/ceres-solver/include/ceres/
jet.h 638 template<typename T, int N> inline Jet<T, N> ei_pow (const Jet<T, N>& x, Jet<T, N> y) { return pow(x, y); } // NOLINT function in namespace:ceres

Completed in 1707 milliseconds