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

Function test_dontalign

test/dontalign.cpp:48–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48void test_dontalign()
49{
50#if defined EIGEN_TEST_PART_1 || defined EIGEN_TEST_PART_5
51 dontalign(Matrix3d());
52 dontalign(Matrix4f());
53#elif defined EIGEN_TEST_PART_2 || defined EIGEN_TEST_PART_6
54 dontalign(Matrix3cd());
55 dontalign(Matrix4cf());
56#elif defined EIGEN_TEST_PART_3 || defined EIGEN_TEST_PART_7
57 dontalign(Matrix<float, 32, 32>());
58 dontalign(Matrix<std::complex<float>, 32, 32>());
59#elif defined EIGEN_TEST_PART_4 || defined EIGEN_TEST_PART_8
60 dontalign(MatrixXd(32, 32));
61 dontalign(MatrixXcf(32, 32));
62#endif
63}

Callers

nothing calls this directly

Calls 1

dontalignFunction · 0.85

Tested by

no test coverage detected