Home
last modified time | relevance | path

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

/external/eigen/test/
Dmain.h378 typename NumTraits<typename T1::RealScalar>::NonInteger test_relative_error(const EigenBase<T1> &a,… in test_relative_error() function
400 S test_relative_error(const Translation<S,D> &a, const Translation<S,D> &b) in test_relative_error() function
406 S test_relative_error(const ParametrizedLine<S,D,O> &a, const ParametrizedLine<S,D,O> &b) in test_relative_error() function
412 S test_relative_error(const AlignedBox<S,D> &a, const AlignedBox<S,D> &b) in test_relative_error() function
419 typename T1::RealScalar test_relative_error(const MatrixBase<T1> &a, const SparseMatrixBase<T2> &b) in test_relative_error() function
426 typename T1::RealScalar test_relative_error(const SparseMatrixBase<T1> &a, const MatrixBase<T2> &b) in test_relative_error() function
433 typename T1::RealScalar test_relative_error(const SparseMatrixBase<T1> &a, const SparseMatrixBase<T… in test_relative_error() function
446 T test_relative_error(const Rotation2D<T> &a, const Rotation2D<T> &b) in test_relative_error() function
452 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