Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
218
void bug_159()
219
{
220
Matrix3d m = Matrix3d::Random().triangularView<Lower>();
221
EIGEN_UNUSED_VARIABLE(m)
222
}
223
224
void test_triangular()
225
{
Callers
1
test_triangular
Function · 0.70
Calls
no outgoing calls
Tested by
1
test_triangular
Function · 0.56