Searched refs:plain_array (Results 1 – 2 of 2) sorted by relevance
/external/eigen/Eigen/src/Core/ |
D | DenseStorage.h | 43 struct plain_array struct 47 plain_array() in plain_array() argument 52 plain_array(constructor_without_unaligned_array_assert) in plain_array() function 80 struct plain_array<T, Size, MatrixOrArrayOptions, 16> 84 plain_array() 90 plain_array(constructor_without_unaligned_array_assert) 97 struct plain_array<T, 0, MatrixOrArrayOptions, Alignment> 100 plain_array() {} 101 plain_array(constructor_without_unaligned_array_assert) {} 123 internal::plain_array<T,Size,_Options> m_data; [all …]
|
D | GeneralProduct.h | 388 internal::plain_array<Scalar,EIGEN_SIZE_MIN_PREFER_FIXED(Size,MaxSize),0> m_data; 397 …internal::plain_array<Scalar,EIGEN_SIZE_MIN_PREFER_FIXED(Size,MaxSize)+(ForceAlignment?PacketSize:…
|