Searched refs:SizeSuffix (Results 1 – 3 of 3) sorted by relevance
/external/eigen/Eigen/src/Core/ |
D | Array.h | 279 #define EIGEN_MAKE_ARRAY_TYPEDEFS(Type, TypeSuffix, Size, SizeSuffix) \ 281 typedef Array<Type, Size, Size> Array##SizeSuffix##SizeSuffix##TypeSuffix; \ 283 typedef Array<Type, Size, 1> Array##SizeSuffix##TypeSuffix; 311 #define EIGEN_USING_ARRAY_TYPEDEFS_FOR_TYPE_AND_SIZE(TypeSuffix, SizeSuffix) \ 312 using Eigen::Matrix##SizeSuffix##TypeSuffix; \ 313 using Eigen::Vector##SizeSuffix##TypeSuffix; \ 314 using Eigen::RowVector##SizeSuffix##TypeSuffix;
|
D | Matrix.h | 426 #define EIGEN_MAKE_TYPEDEFS(Type, TypeSuffix, Size, SizeSuffix) \ 428 typedef Matrix<Type, Size, Size> Matrix##SizeSuffix##TypeSuffix; \ 430 typedef Matrix<Type, Size, 1> Vector##SizeSuffix##TypeSuffix; \ 432 typedef Matrix<Type, 1, Size> RowVector##SizeSuffix##TypeSuffix;
|
/external/eigen/Eigen/src/Geometry/ |
D | AlignedBox.h | 372 #define EIGEN_MAKE_TYPEDEFS(Type, TypeSuffix, Size, SizeSuffix) \ argument 374 typedef AlignedBox<Type, Size> AlignedBox##SizeSuffix##TypeSuffix;
|