Searched refs:run_nesting_ops_2 (Results 1 – 1 of 1) sorted by relevance
48 template <typename MatrixType> void run_nesting_ops_2(const MatrixType& _m) in run_nesting_ops_2() function102 CALL_SUBTEST_1( run_nesting_ops_2(MatrixXf(s,s)) ); in test_nesting_ops()103 CALL_SUBTEST_2( run_nesting_ops_2(MatrixXcd(s,s)) ); in test_nesting_ops()104 CALL_SUBTEST_3( run_nesting_ops_2(Matrix4f()) ); in test_nesting_ops()105 CALL_SUBTEST_4( run_nesting_ops_2(Matrix2d()) ); in test_nesting_ops()