Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PX4/eigen
/ bug_159
Function
bug_159
test/selfadjoint.cpp:50–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
void bug_159()
51
{
52
Matrix3d m = Matrix3d::Random().selfadjointView<Lower>();
53
EIGEN_UNUSED_VARIABLE(m)
54
}
55
56
void test_selfadjoint()
57
{
Callers
1
test_selfadjoint
Function · 0.70
Calls
no outgoing calls
Tested by
1
test_selfadjoint
Function · 0.56