MCPcopy 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
50void bug_159()
51{
52 Matrix3d m = Matrix3d::Random().selfadjointView<Lower>();
53 EIGEN_UNUSED_VARIABLE(m)
54}
55
56void test_selfadjoint()
57{

Callers 1

test_selfadjointFunction · 0.70

Calls

no outgoing calls

Tested by 1

test_selfadjointFunction · 0.56