Searched defs:hypotNorm (Results 1 - 3 of 3) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DStableNorm.h40 * \sa norm(), blueNorm(), hypotNorm()
70 * \sa norm(), stableNorm(), hypotNorm()
172 MatrixBase<Derived>::hypotNorm() const function in class:Eigen::MatrixBase
H A DVectorwiseOp.h122 EIGEN_MEMBER_FUNCTOR(hypotNorm, (Size-1) * functor_traits<scalar_hypot_op<Scalar> >::Cost );
319 * \sa DenseBase::hypotNorm() */
320 const typename ReturnType<internal::member_hypotNorm,RealScalar>::Type hypotNorm() const function in class:Eigen::VectorwiseOp
/external/eigen/bench/
H A Dbench_norm.cpp15 EIGEN_DONT_INLINE typename T::Scalar hypotNorm(const T& v) function
17 return v.hypotNorm();
244 std::cout << "hypotNorm\t" << hypotNorm(vf) << "\t" << hypotNorm(vd) << "\n";
264 std::cout << "hypotNorm\t" << hypotNorm(vf) << "\t" << hypotNorm(vd) << "\t" << hypotNorm(vf.cast<long double>()) << "\t" << hypotNorm(v
[all...]

Completed in 66 milliseconds