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

Function test_miscmatrices

test/miscmatrices.cpp:38–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38void test_miscmatrices()
39{
40 for(int i = 0; i < g_repeat; i++) {
41 CALL_SUBTEST_1( miscMatrices(Matrix<float, 1, 1>()) );
42 CALL_SUBTEST_2( miscMatrices(Matrix4d()) );
43 CALL_SUBTEST_3( miscMatrices(MatrixXcf(3, 3)) );
44 CALL_SUBTEST_4( miscMatrices(MatrixXi(8, 12)) );
45 CALL_SUBTEST_5( miscMatrices(MatrixXcd(20, 20)) );
46 }
47}

Callers

nothing calls this directly

Calls 1

miscMatricesFunction · 0.85

Tested by

no test coverage detected