Home
last modified time | relevance | path

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

/external/eigen/test/
Dmain.h485 typename NumTraits<typename T1::RealScalar>::NonInteger test_relative_error(const EigenBase<T1> &a,… in test_relative_error() function
495 typename T1::RealScalar test_relative_error(const T1 &a, const T2 &b, const typename T1::Coefficien…
497 return test_relative_error(a.coeffs(), b.coeffs());
501 typename T1::Scalar test_relative_error(const T1 &a, const T2 &b, const typename T1::MatrixType* = …
503 return test_relative_error(a.matrix(), b.matrix());
507 S test_relative_error(const Translation<S,D> &a, const Translation<S,D> &b) in test_relative_error() function
509 return test_relative_error(a.vector(), b.vector()); in test_relative_error()
513 S test_relative_error(const ParametrizedLine<S,D,O> &a, const ParametrizedLine<S,D,O> &b) in test_relative_error() function
515 …return (std::max)(test_relative_error(a.origin(), b.origin()), test_relative_error(a.origin(), b.o… in test_relative_error()
519 S test_relative_error(const AlignedBox<S,D> &a, const AlignedBox<S,D> &b) in test_relative_error() function
[all …]
DAnnoyingScalar.h156 AnnoyingScalar test_relative_error(const AnnoyingScalar &a, const AnnoyingScalar &b)
157 { return test_relative_error(*a.v, *b.v); }
Dboostmultiprec.cpp139 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()