MCPcopy Create free account
hub / github.com/PX4/eigen / bug_159

Function bug_159

test/triangular.cpp:218–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216}
217
218void bug_159()
219{
220 Matrix3d m = Matrix3d::Random().triangularView<Lower>();
221 EIGEN_UNUSED_VARIABLE(m)
222}
223
224void test_triangular()
225{

Callers 1

test_triangularFunction · 0.70

Calls

no outgoing calls

Tested by 1

test_triangularFunction · 0.56