Searched defs:constructor_without_unaligned_array_assert (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DDenseStorage.h25 struct constructor_without_unaligned_array_assert {}; struct in namespace:Eigen::internal
52 plain_array(constructor_without_unaligned_array_assert)
90 plain_array(constructor_without_unaligned_array_assert)
101 plain_array(constructor_without_unaligned_array_assert) {}
126 inline DenseStorage(internal::constructor_without_unaligned_array_assert)
127 : m_data(internal::constructor_without_unaligned_array_assert()) {}
143 inline DenseStorage(internal::constructor_without_unaligned_array_assert) {}
172 inline DenseStorage(internal::constructor_without_unaligned_array_assert)
173 : m_data(internal::constructor_without_unaligned_array_assert()), m_rows(0), m_cols(0) {}
192 inline DenseStorage(internal::constructor_without_unaligned_array_assert)
[all...]

Completed in 85 milliseconds