Lines Matching refs:matrixRedux
15 template<typename MatrixType> void matrixRedux(const MatrixType& m) in matrixRedux() function
155 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()
164 …CALL_SUBTEST_4( matrixRedux(ArrayXXcf(internal::random<int>(1,maxsize), internal::random<int>(1,ma… in test_redux()
165 …CALL_SUBTEST_5( matrixRedux(MatrixXd (internal::random<int>(1,maxsize), internal::random<int>(1,ma… in test_redux()
166 …CALL_SUBTEST_5( matrixRedux(ArrayXXd (internal::random<int>(1,maxsize), internal::random<int>(1,ma… in test_redux()
167 …CALL_SUBTEST_6( matrixRedux(MatrixXi (internal::random<int>(1,maxsize), internal::random<int>(1,ma… in test_redux()
168 …CALL_SUBTEST_6( matrixRedux(ArrayXXi (internal::random<int>(1,maxsize), internal::random<int>(1,ma… in test_redux()