Searched refs:non_projective_only (Results 1 – 1 of 1) sorted by relevance
/external/eigen/test/ |
D | geo_transformations.cpp | 26 template<typename Scalar, int Mode, int Options> void non_projective_only() in non_projective_only() function 619 CALL_SUBTEST_1(( non_projective_only<double,Affine,AutoAlign>() )); in test_geo_transformations() 622 CALL_SUBTEST_2(( non_projective_only<float,AffineCompact,AutoAlign>() )); in test_geo_transformations() 630 CALL_SUBTEST_4(( non_projective_only<float,Affine,RowMajor>() )); in test_geo_transformations() 633 CALL_SUBTEST_5(( non_projective_only<double,AffineCompact,RowMajor>() )); in test_geo_transformations()
|