MCPcopy Create free account
hub / github.com/PX4/eigen / test_ref_overload_fun1

Function test_ref_overload_fun1

test/ref.cpp:228–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

test_ref_overloadsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected