Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PX4/eigen
/ main
Function
main
failtest/ref_4.cpp:7–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
void call_ref(Ref<MatrixXf,0,OuterStride<> > a) {}
6
7
int main()
8
{
9
MatrixXf A(10,10);
10
#ifdef EIGEN_SHOULD_FAIL_TO_BUILD
11
call_ref(A.transpose());
12
#else
13
call_ref(A);
14
#endif
15
}
Callers
nothing calls this directly
Calls
2
call_ref
Function · 0.70
transpose
Method · 0.45
Tested by
no test coverage detected