Searched refs:matrixRedux (Results 1 – 1 of 1) sorted by relevance
15 template<typename MatrixType> void matrixRedux(const MatrixType& m) in matrixRedux() function155 CALL_SUBTEST_1( matrixRedux(Matrix<float, 1, 1>()) ); in test_redux()156 CALL_SUBTEST_1( matrixRedux(Array<float, 1, 1>()) ); in test_redux()157 CALL_SUBTEST_2( matrixRedux(Matrix2f()) ); in test_redux()158 CALL_SUBTEST_2( matrixRedux(Array2f()) ); in test_redux()159 CALL_SUBTEST_2( matrixRedux(Array22f()) ); in test_redux()160 CALL_SUBTEST_3( matrixRedux(Matrix4d()) ); in test_redux()161 CALL_SUBTEST_3( matrixRedux(Array4d()) ); in test_redux()162 CALL_SUBTEST_3( matrixRedux(Array44d()) ); in test_redux()163 …CALL_SUBTEST_4( matrixRedux(MatrixXcf(internal::random<int>(1,maxsize), internal::random<int>(1,ma… in test_redux()[all …]