OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ei_sqrt
(Results
1 - 2
of
2
) sorted by null
/external/eigen/Eigen/src/Eigen2Support/
MathFunctions.h
20
template<typename T> inline T
ei_sqrt
(const T& x) { return internal::sqrt(x); }
function in namespace:Eigen
/external/ceres-solver/include/ceres/
jet.h
633
template<typename T, int N> inline Jet<T, N>
ei_sqrt
(const Jet<T, N>& x) { return sqrt(x); } // NOLINT
function in namespace:ceres
Completed in 346 milliseconds