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

Function main

dependence/eigen-3.4.0/failtest/ref_2.cpp:7–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5void call_ref(Ref<VectorXf> a) { }
6
7int main()
8{
9 MatrixXf A(10,10);
10#ifdef EIGEN_SHOULD_FAIL_TO_BUILD
11 call_ref(A.row(3));
12#else
13 call_ref(A.col(3));
14#endif
15}

Callers

nothing calls this directly

Calls 3

call_refFunction · 0.70
rowMethod · 0.45
colMethod · 0.45

Tested by

no test coverage detected