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

  /external/eigen/test/
stable_norm.cpp 70 VERIFY_IS_APPROX(vrand.hypotNorm(), vrand.norm());
83 VERIFY_IS_APPROX(vbig.hypotNorm(), internal::sqrt(size)*internal::abs(big));
90 VERIFY_IS_APPROX(vsmall.hypotNorm(), internal::sqrt(size)*internal::abs(small));
95 VERIFY_IS_APPROX(vrand.colwise().hypotNorm(), vrand.colwise().norm());
98 VERIFY_IS_APPROX(vrand.rowwise().hypotNorm(), vrand.rowwise().norm());
  /external/eigen/bench/
bench_norm.cpp 15 EIGEN_DONT_INLINE typename T::Scalar hypotNorm(const T& v)
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(vd.cast<long double>()) << "\n"
    [all...]
  /external/eigen/Eigen/src/Core/
StableNorm.h 40 * \sa norm(), blueNorm(), hypotNorm()
70 * \sa norm(), stableNorm(), hypotNorm()
172 MatrixBase<Derived>::hypotNorm() const
VectorwiseOp.h 122 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
MatrixBase.h 206 RealScalar hypotNorm() const;

Completed in 150 milliseconds