| 291 | |
| 292 | typedef Matrix<double,Dynamic,Dynamic,RowMajor> RowMatrixXd; |
| 293 | int test_ref_overload_fun1(Ref<MatrixXd> ) { return 1; } |
| 294 | int test_ref_overload_fun1(Ref<RowMatrixXd> ) { return 2; } |
| 295 | int test_ref_overload_fun1(Ref<MatrixXf> ) { return 3; } |
| 296 |
no outgoing calls
no test coverage detected