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

Function test_ref_overload_fun2

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

Source from the content-addressed store, hash-verified

295int test_ref_overload_fun1(Ref<MatrixXf> ) { return 3; }
296
297int test_ref_overload_fun2(Ref<const MatrixXd> ) { return 4; }
298int test_ref_overload_fun2(Ref<const MatrixXf> ) { return 5; }
299
300void test_ref_ambiguous(const Ref<const ArrayXd> &A, Ref<ArrayXd> B)

Callers 1

test_ref_overloadsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected