MCPcopy Create free account
hub / github.com/avaxman/Directional / EIGEN_DECLARE_TEST

Function EIGEN_DECLARE_TEST

external/eigen/test/array_replicate.cpp:71–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

replicateFunction · 0.85

Tested by

no test coverage detected