MCPcopy Create free account
hub / github.com/Derious/cuMPC / test_ref_overload_fun1

Function test_ref_overload_fun1

dependence/eigen-3.4.0/test/ref.cpp:293–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

test_ref_overloadsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected