Searched refs:scalar_hypot_op (Results 1 - 3 of 3) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DStableNorm.h198 return this->cwiseAbs().redux(internal::scalar_hypot_op<RealScalar>());
H A DFunctors.h150 template<typename Scalar> struct scalar_hypot_op { struct in namespace:Eigen::internal
151 EIGEN_EMPTY_STRUCT_CTOR(scalar_hypot_op)
165 struct functor_traits<scalar_hypot_op<Scalar> > {
H A DVectorwiseOp.h123 EIGEN_MEMBER_FUNCTOR(hypotNorm, (Size-1) * functor_traits<scalar_hypot_op<Scalar> >::Cost );

Completed in 637 milliseconds