Home
last modified time | relevance | path

Searched defs: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
411 S test_relative_error(const Translation<S,D> &a, const Translation<S,D> &b) in test_relative_error() function
417 S test_relative_error(const ParametrizedLine<S,D,O> &a, const ParametrizedLine<S,D,O> &b) in test_relative_error() function
423 S test_relative_error(const AlignedBox<S,D> &a, const AlignedBox<S,D> &b) in test_relative_error() function
430 typename T1::RealScalar test_relative_error(const MatrixBase<T1> &a, const SparseMatrixBase<T2> &b) in test_relative_error() function
437 typename T1::RealScalar test_relative_error(const SparseMatrixBase<T1> &a, const MatrixBase<T2> &b) in test_relative_error() function
444 typename T1::RealScalar test_relative_error(const SparseMatrixBase<T1> &a, const SparseMatrixBase<T… in test_relative_error() function
457 T test_relative_error(const Rotation2D<T> &a, const Rotation2D<T> &b) in test_relative_error() function
463 T test_relative_error(const AngleAxis<T> &a, const AngleAxis<T> &b) in test_relative_error() function
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