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

  /external/eigen/test/
main.h 218 #define VERIFY_IS_APPROX(a, b) VERIFY(test_isApprox(a, b))
219 #define VERIFY_IS_NOT_APPROX(a, b) VERIFY(!test_isApprox(a, b))
243 inline bool test_isApprox(const int& a, const int& b)
250 inline bool test_isApprox(const float& a, const float& b)
256 inline bool test_isApprox(const double& a, const double& b)
264 inline bool test_isApprox(const std::complex<float>& a, const std::complex<float>& b)
269 inline bool test_isApprox(const std::complex<double>& a, const std::complex<double>& b)
274 inline bool test_isApprox(const long double& a, const long double& b)
289 inline bool test_isApprox(const Type1& a, const Type2& b)
304 return test_isApprox(a+ref, b+ref)
    [all...]
jacobisvd.cpp 101 VERIFY( test_isApprox(residual_y,residual) || residual < residual_y );
105 VERIFY( test_isApprox(residual_y,residual) || residual < residual_y );

Completed in 137 milliseconds