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

Function test_permutationmatrices

test/permutationmatrices.cpp:144–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144void test_permutationmatrices()
145{
146 for(int i = 0; i < g_repeat; i++) {
147 CALL_SUBTEST_1( permutationmatrices(Matrix<float, 1, 1>()) );
148 CALL_SUBTEST_2( permutationmatrices(Matrix3f()) );
149 CALL_SUBTEST_3( permutationmatrices(Matrix<double,3,3,RowMajor>()) );
150 CALL_SUBTEST_4( permutationmatrices(Matrix4d()) );
151 CALL_SUBTEST_5( permutationmatrices(Matrix<double,40,60>()) );
152 CALL_SUBTEST_6( permutationmatrices(Matrix<double,Dynamic,Dynamic,RowMajor>(20, 30)) );
153 CALL_SUBTEST_7( permutationmatrices(MatrixXcf(15, 10)) );
154 }
155 CALL_SUBTEST_5( bug890<double>() );
156}

Callers

nothing calls this directly

Calls 1

permutationmatricesFunction · 0.85

Tested by

no test coverage detected