Searched refs:inverse_permutation_4x4 (Results 1 – 2 of 2) sorted by relevance
14 template<typename MatrixType> void inverse_permutation_4x4() in inverse_permutation_4x4() function60 CALL_SUBTEST_1((inverse_permutation_4x4<Matrix4f>())); in test_prec_inverse_4x4()63 CALL_SUBTEST_2((inverse_permutation_4x4<Matrix<double,4,4,RowMajor> >())); in test_prec_inverse_4x4()66 CALL_SUBTEST_3((inverse_permutation_4x4<Matrix4cf>())); in test_prec_inverse_4x4()
29 template<typename MatrixType> void inverse_permutation_4x4() in inverse_permutation_4x4() function76 CALL_SUBTEST_1((inverse_permutation_4x4<Matrix4f>())); in test_eigen2_prec_inverse_4x4()79 CALL_SUBTEST_2((inverse_permutation_4x4<Matrix<double,4,4,RowMajor> >())); in test_eigen2_prec_inverse_4x4()82 CALL_SUBTEST_3((inverse_permutation_4x4<Matrix4cf>())); in test_eigen2_prec_inverse_4x4()