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

Function test_array_replicate

test/array_replicate.cpp:72–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72void test_array_replicate()
73{
74 for(int i = 0; i < g_repeat; i++) {
75 CALL_SUBTEST_1( replicate(Matrix<float, 1, 1>()) );
76 CALL_SUBTEST_2( replicate(Vector2f()) );
77 CALL_SUBTEST_3( replicate(Vector3d()) );
78 CALL_SUBTEST_4( replicate(Vector4f()) );
79 CALL_SUBTEST_5( replicate(VectorXf(16)) );
80 CALL_SUBTEST_6( replicate(VectorXcd(10)) );
81 }
82}

Callers

nothing calls this directly

Calls 1

replicateFunction · 0.85

Tested by

no test coverage detected