Home
last modified time | relevance | path

Searched defs:test_relative_error (Results 1 – 3 of 3) 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
507 S test_relative_error(const Translation<S,D> &a, const Translation<S,D> &b) in test_relative_error() function
513 S test_relative_error(const ParametrizedLine<S,D,O> &a, const ParametrizedLine<S,D,O> &b) in test_relative_error() function
519 S test_relative_error(const AlignedBox<S,D> &a, const AlignedBox<S,D> &b) in test_relative_error() function
526 typename T1::RealScalar test_relative_error(const MatrixBase<T1> &a, const SparseMatrixBase<T2> &b) in test_relative_error() function
533 typename T1::RealScalar test_relative_error(const SparseMatrixBase<T1> &a, const MatrixBase<T2> &b) in test_relative_error() function
540 typename T1::RealScalar test_relative_error(const SparseMatrixBase<T1> &a, const SparseMatrixBase<T… in test_relative_error() function
553 T test_relative_error(const Rotation2D<T> &a, const Rotation2D<T> &b) in test_relative_error() function
559 T test_relative_error(const AngleAxis<T> &a, const AngleAxis<T> &b) in test_relative_error() function
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