HomeSort by relevance Sort by last modified time
    Searched refs:scalar_hypot_op (Results 1 - 3 of 3) sorted by null

  /external/eigen/Eigen/src/Core/
StableNorm.h 174 return this->cwiseAbs().redux(internal::scalar_hypot_op<RealScalar>());
Functors.h 150 template<typename Scalar> struct scalar_hypot_op { struct in namespace:Eigen::internal
151 EIGEN_EMPTY_STRUCT_CTOR(scalar_hypot_op)
164 struct functor_traits<scalar_hypot_op<Scalar> > {
    [all...]
VectorwiseOp.h 122 EIGEN_MEMBER_FUNCTOR(hypotNorm, (Size-1) * functor_traits<scalar_hypot_op<Scalar> >::Cost );

Completed in 192 milliseconds