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

Function test_ref_ambiguous

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

Source from the content-addressed store, hash-verified

233int test_ref_overload_fun2(Ref<const MatrixXf> ) { return 5; }
234
235void test_ref_ambiguous(const Ref<const ArrayXd> &A, Ref<ArrayXd> B)
236{
237 B = A;
238 B = A - A;
239}
240
241// See also bug 969
242void test_ref_overloads()

Callers 1

test_ref_overloadsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected