Searched refs:SizeSuffix (Results 1 – 4 of 4) sorted by relevance
/external/eigen/Eigen/src/Core/ |
D | Array.h | 256 #define EIGEN_MAKE_ARRAY_TYPEDEFS(Type, TypeSuffix, Size, SizeSuffix) \ 258 typedef Array<Type, Size, Size> Array##SizeSuffix##SizeSuffix##TypeSuffix; \ 260 typedef Array<Type, Size, 1> Array##SizeSuffix##TypeSuffix; 288 #define EIGEN_USING_ARRAY_TYPEDEFS_FOR_TYPE_AND_SIZE(TypeSuffix, SizeSuffix) \ 289 using Eigen::Matrix##SizeSuffix##TypeSuffix; \ 290 using Eigen::Vector##SizeSuffix##TypeSuffix; \ 291 using Eigen::RowVector##SizeSuffix##TypeSuffix;
|
D | Matrix.h | 370 #define EIGEN_MAKE_TYPEDEFS(Type, TypeSuffix, Size, SizeSuffix) \ 372 typedef Matrix<Type, Size, Size> Matrix##SizeSuffix##TypeSuffix; \ 374 typedef Matrix<Type, Size, 1> Vector##SizeSuffix##TypeSuffix; \ 376 typedef Matrix<Type, 1, Size> RowVector##SizeSuffix##TypeSuffix;
|
/external/eigen/Eigen/ |
D | Eigen2Support | 61 #define EIGEN_USING_MATRIX_TYPEDEFS_FOR_TYPE_AND_SIZE(TypeSuffix, SizeSuffix) \ 62 using Eigen::Matrix##SizeSuffix##TypeSuffix; \ 63 using Eigen::Vector##SizeSuffix##TypeSuffix; \ 64 using Eigen::RowVector##SizeSuffix##TypeSuffix;
|
/external/eigen/Eigen/src/Geometry/ |
D | AlignedBox.h | 355 #define EIGEN_MAKE_TYPEDEFS(Type, TypeSuffix, Size, SizeSuffix) \ argument 357 typedef AlignedBox<Type, Size> AlignedBox##SizeSuffix##TypeSuffix;
|