| 226 | |
| 227 | typedef Matrix<double,Dynamic,Dynamic,RowMajor> RowMatrixXd; |
| 228 | int test_ref_overload_fun1(Ref<MatrixXd> ) { return 1; } |
| 229 | int test_ref_overload_fun1(Ref<RowMatrixXd> ) { return 2; } |
| 230 | int test_ref_overload_fun1(Ref<MatrixXf> ) { return 3; } |
| 231 |
no outgoing calls
no test coverage detected