Searched refs:test_relative_error (Results 1 – 4 of 4) sorted by relevance
/external/eigen/test/ |
D | main.h | 485 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 …]
|
D | AnnoyingScalar.h | 156 AnnoyingScalar test_relative_error(const AnnoyingScalar &a, const AnnoyingScalar &b) 157 { return test_relative_error(*a.v, *b.v); }
|
D | boostmultiprec.cpp | 139 Real test_relative_error(const Real &a, const Real &b) { in test_relative_error() function
|
/external/eigen/unsupported/test/ |
D | alignedvector3.cpp | 16 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()
|