Searched refs:test_isApproxWithRef (Results 1 – 2 of 2) sorted by relevance
52 …VERIFY(test_isApproxWithRef((s1 * v1 + s2 * v2).dot(v3), internal::conj(s1) * v1.dot(v3) + int… in adjoint()53 VERIFY(test_isApproxWithRef(v3.dot(s1 * v1 + s2 * v2), s1*v3.dot(v1)+s2*v3.dot(v2), ref)); in adjoint()71 VERIFY(test_isApproxWithRef(v1.dot(square * v2), (square.adjoint() * v1).dot(v2), ref)); in adjoint()
268 inline bool test_isApproxWithRef(const Scalar& a, const Scalar& b, const ScalarRef& ref) in test_isApproxWithRef() function