Searched refs:corners_fixedsize (Results 1 - 1 of 1) sorted by relevance

/external/eigen/test/
H A Dcorners.cpp46 template<typename MatrixType, int CRows, int CCols, int SRows, int SCols> void corners_fixedsize() function
114 CALL_SUBTEST_1(( corners_fixedsize<Matrix<float, 1, 1>, 1, 1, 0, 0>() ));
115 CALL_SUBTEST_2(( corners_fixedsize<Matrix4d,2,2,1,1>() ));
116 CALL_SUBTEST_3(( corners_fixedsize<Matrix<int,10,12>,4,7,5,2>() ));

Completed in 88 milliseconds