OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_isApproxWithRef
(Results
1 - 2
of
2
) sorted by null
/external/eigen/test/
adjoint.cpp
52
VERIFY(
test_isApproxWithRef
((s1 * v1 + s2 * v2).dot(v3), internal::conj(s1) * v1.dot(v3) + internal::conj(s2) * v2.dot(v3), ref));
53
VERIFY(
test_isApproxWithRef
(v3.dot(s1 * v1 + s2 * v2), s1*v3.dot(v1)+s2*v3.dot(v2), ref));
71
VERIFY(
test_isApproxWithRef
(v1.dot(square * v2), (square.adjoint() * v1).dot(v2), ref));
main.h
268
inline bool
test_isApproxWithRef
(const Scalar& a, const Scalar& b, const ScalarRef& ref)
Completed in 495 milliseconds