Home
last modified time | relevance | path

Searched refs:test_relative_error (Results 1 – 3 of 3) sorted by relevance

/external/eigen/test/
Dmain.h389 typename NumTraits<typename T1::RealScalar>::NonInteger test_relative_error(const EigenBase<T1> &a,… in test_relative_error() function
399 typename T1::RealScalar test_relative_error(const T1 &a, const T2 &b, const typename T1::Coefficien…
401 return test_relative_error(a.coeffs(), b.coeffs());
405 typename T1::Scalar test_relative_error(const T1 &a, const T2 &b, const typename T1::MatrixType* = …
407 return test_relative_error(a.matrix(), b.matrix());
411 S test_relative_error(const Translation<S,D> &a, const Translation<S,D> &b) in test_relative_error() function
413 return test_relative_error(a.vector(), b.vector()); in test_relative_error()
417 S test_relative_error(const ParametrizedLine<S,D,O> &a, const ParametrizedLine<S,D,O> &b) in test_relative_error() function
419 …return (std::max)(test_relative_error(a.origin(), b.origin()), test_relative_error(a.origin(), b.o… in test_relative_error()
423 S test_relative_error(const AlignedBox<S,D> &a, const AlignedBox<S,D> &b) in test_relative_error() function
[all …]
Dboostmultiprec.cpp133 Real test_relative_error(const Real &a, const Real &b) { in test_relative_error() function
/external/eigen/unsupported/test/
Dalignedvector3.cpp16 T test_relative_error(const AlignedVector3<T> &a, const MatrixBase<Derived> &b) in test_relative_error() function
18 return test_relative_error(a.coeffs().template head<3>(), b); in test_relative_error()