Searched refs:hypotNorm (Results 1 - 5 of 5) sorted by relevance

/external/eigen/test/
H A Dstable_norm.cpp80 VERIFY_IS_APPROX(vrand.hypotNorm(), vrand.norm());
93 VERIFY_IS_APPROX(vbig.hypotNorm(), sqrt(size)*abs(big));
100 VERIFY_IS_APPROX(vsmall.hypotNorm(), sqrt(size)*abs(small));
105 VERIFY_IS_APPROX(vrand.colwise().hypotNorm(), vrand.colwise().norm());
108 VERIFY_IS_APPROX(vrand.rowwise().hypotNorm(), vrand.rowwise().norm());
/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...]
/external/eigen/Eigen/src/Core/
H A DStableNorm.h149 * \sa norm(), blueNorm(), hypotNorm()
180 * \sa norm(), stableNorm(), hypotNorm()
196 MatrixBase<Derived>::hypotNorm() const function in class:Eigen::MatrixBase
H A DVectorwiseOp.h123 EIGEN_MEMBER_FUNCTOR(hypotNorm, (Size-1) * functor_traits<scalar_hypot_op<Scalar> >::Cost );
346 * \sa DenseBase::hypotNorm() */
347 const typename ReturnType<internal::member_hypotNorm,RealScalar>::Type hypotNorm() const function in class:Eigen::VectorwiseOp
H A DMatrixBase.h209 RealScalar hypotNorm() const;

Completed in 215 milliseconds