HomeSort by relevance Sort by last modified time
    Searched defs:test_relative_error (Results 1 - 2 of 2) sorted by null

  /external/eigen/unsupported/test/
alignedvector3.cpp 16 T test_relative_error(const AlignedVector3<T> &a, const MatrixBase<Derived> &b) function in namespace:Eigen
18 return test_relative_error(a.coeffs().template head<3>(), b);
  /external/eigen/test/
boostmultiprec.cpp 133 Real test_relative_error(const Real &a, const Real &b) { function in namespace:boost::multiprecision

Completed in 210 milliseconds