Searched refs:test_isApproxWithRef (Results 1 – 2 of 2) sorted by relevance
/external/eigen/test/ |
D | adjoint.cpp | 19 …VERIFY(test_isApproxWithRef((s1 * v1 + s2 * v2).dot(v3), numext::conj(s1) * v1.dot(v3) + numex… in run() 20 VERIFY(test_isApproxWithRef(v3.dot(s1 * v1 + s2 * v2), s1*v3.dot(v1)+s2*v3.dot(v2), 0)); in run() 23 VERIFY(test_isApproxWithRef(v1.dot(square * v2), (square.adjoint() * v1).dot(v2), 0)); in run() 34 …VERIFY(test_isApproxWithRef((s1 * v1 + s2 * v2).dot(v3), numext::conj(s1) * v1.dot(v3) + numex… in run() 35 VERIFY(test_isApproxWithRef(v3.dot(s1 * v1 + s2 * v2), s1*v3.dot(v1)+s2*v3.dot(v2), ref)); in run()
|
D | main.h | 507 inline bool test_isApproxWithRef(const Scalar& a, const Scalar& b, const ScalarRef& ref) in test_isApproxWithRef() function
|