MCPcopy Create free account
hub / github.com/LucaFulchir/libRaptorQ / test_array_replicate

Function test_array_replicate

external/eigen3/test/array_replicate.cpp:59–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59void test_array_replicate()
60{
61 for(int i = 0; i < g_repeat; i++) {
62 CALL_SUBTEST_1( replicate(Matrix<float, 1, 1>()) );
63 CALL_SUBTEST_2( replicate(Vector2f()) );
64 CALL_SUBTEST_3( replicate(Vector3d()) );
65 CALL_SUBTEST_4( replicate(Vector4f()) );
66 CALL_SUBTEST_5( replicate(VectorXf(16)) );
67 CALL_SUBTEST_6( replicate(VectorXcd(10)) );
68 }
69}

Callers

nothing calls this directly

Calls 1

replicateFunction · 0.85

Tested by

no test coverage detected