Searched refs:run_nesting_ops_1 (Results 1 – 1 of 1) sorted by relevance
33 template <typename MatrixType> void run_nesting_ops_1(const MatrixType& _m) in run_nesting_ops_1() function96 CALL_SUBTEST_1(run_nesting_ops_1(MatrixXf::Random(25,25))); in test_nesting_ops()97 CALL_SUBTEST_2(run_nesting_ops_1(MatrixXcd::Random(25,25))); in test_nesting_ops()98 CALL_SUBTEST_3(run_nesting_ops_1(Matrix4f::Random())); in test_nesting_ops()99 CALL_SUBTEST_4(run_nesting_ops_1(Matrix2d::Random())); in test_nesting_ops()