Searched refs:corners_fixedsize (Results 1 – 1 of 1) sorted by relevance
/external/eigen/test/ |
D | corners.cpp | 46 template<typename MatrixType, int CRows, int CCols, int SRows, int SCols> void corners_fixedsize() in corners_fixedsize() function 114 CALL_SUBTEST_1(( corners_fixedsize<Matrix<float, 1, 1>, 1, 1, 0, 0>() )); in test_corners() 115 CALL_SUBTEST_2(( corners_fixedsize<Matrix4d,2,2,1,1>() )); in test_corners() 116 CALL_SUBTEST_3(( corners_fixedsize<Matrix<int,10,12>,4,7,5,2>() )); in test_corners()
|