Searched refs:transform_associativity2 (Results 1 – 1 of 1) sorted by relevance
/external/eigen/test/ |
D | geo_transformations.cpp | 510 void transform_associativity2(const A1& a1, const A2& a2, const P& p, const Q& q, const V& v, const… in transform_associativity2() function 544 CALL_SUBTEST( transform_associativity2(A1c, A1, P1, A2, v2, h1) ); in transform_associativity() 545 CALL_SUBTEST( transform_associativity2(A1c, A1, P1, A2c, v2, h1) ); in transform_associativity() 546 CALL_SUBTEST( transform_associativity2(A1c, A1, P1, v1.asDiagonal(), v2, h1) ); in transform_associativity() 547 CALL_SUBTEST( transform_associativity2(A1c, A1, P1, ScalingType(v1), v2, h1) ); in transform_associativity() 548 CALL_SUBTEST( transform_associativity2(A1c, A1, P1, Scaling(v1), v2, h1) ); in transform_associativity() 549 CALL_SUBTEST( transform_associativity2(A1c, A1, P1, Scaling(s1), v2, h1) ); in transform_associativity() 550 CALL_SUBTEST( transform_associativity2(A1c, A1, P1, TranslationType(v1), v2, h1) ); in transform_associativity() 552 CALL_SUBTEST( transform_associativity2(A1c, A1, P1, R, v2, h1) ); in transform_associativity()
|