Searched refs:squaredDistance (Results 1 – 1 of 1) sorted by relevance
82 EIGEN_DEVICE_FUNC RealScalar squaredDistance(const VectorType& p) const in squaredDistance() function90 …distance(const VectorType& p) const { EIGEN_USING_STD_MATH(sqrt) return sqrt(squaredDistance(p)); } in distance()