Searched refs:orthomethods (Results 1 – 1 of 1) sorted by relevance
80 template<typename Scalar, int Size> void orthomethods(int size=Size) in orthomethods() function124 CALL_SUBTEST_1( (orthomethods<float,2>()) ); in test_geo_orthomethods()125 CALL_SUBTEST_2( (orthomethods<double,2>()) ); in test_geo_orthomethods()126 CALL_SUBTEST_1( (orthomethods<float,3>()) ); in test_geo_orthomethods()127 CALL_SUBTEST_2( (orthomethods<double,3>()) ); in test_geo_orthomethods()128 CALL_SUBTEST_3( (orthomethods<float,7>()) ); in test_geo_orthomethods()129 CALL_SUBTEST_4( (orthomethods<std::complex<double>,8>()) ); in test_geo_orthomethods()130 CALL_SUBTEST_5( (orthomethods<float,Dynamic>(36)) ); in test_geo_orthomethods()131 CALL_SUBTEST_6( (orthomethods<double,Dynamic>(35)) ); in test_geo_orthomethods()