Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
void call_ref(Ref<VectorXf> a) { }
6
7
int 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_ref
Function · 0.70
row
Method · 0.45
col
Method · 0.45
Tested by
no test coverage detected