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

  /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
  /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...]

Completed in 120 milliseconds