![]() |
|
#include "./InternalHeaderCheck.h"Go to the source code of this file.
Classes | |
| struct | Eigen::internal::traits< Matrix< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > |
| class | Eigen::Matrix< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > |
| The matrix class, also used for vectors and row-vectors. More... | |
Namespaces | |
| Eigen | |
| Namespace containing all symbols from the Eigen library. | |
| Eigen::internal | |
| Namespace containing low-level routines from the Eigen library. | |
Macros | |
| #define | EIGEN_MAKE_TYPEDEFS(Type, TypeSuffix, Size, SizeSuffix) |
| #define | EIGEN_MAKE_FIXED_TYPEDEFS(Type, TypeSuffix, Size) |
| #define | EIGEN_MAKE_TYPEDEFS_ALL_SIZES(Type, TypeSuffix) |
| #define | EIGEN_MAKE_TYPEDEFS(Size, SizeSuffix) |
| #define | EIGEN_MAKE_FIXED_TYPEDEFS(Size) |
Typedefs | |
| template<typename Type , int Size> | |
| using | Eigen::Vector = Matrix< Type, Size, 1 > |
\cpp11 Size×1 vector of type Type. More... | |
| template<typename Type , int Size> | |
| using | Eigen::RowVector = Matrix< Type, 1, Size > |
\cpp11 1×Size vector of type Type. More... | |
| #define EIGEN_MAKE_FIXED_TYPEDEFS | ( | Size | ) |
| #define EIGEN_MAKE_FIXED_TYPEDEFS | ( | Type, | |
| TypeSuffix, | |||
| Size | |||
| ) |
| #define EIGEN_MAKE_TYPEDEFS | ( | Size, | |
| SizeSuffix | |||
| ) |
| #define EIGEN_MAKE_TYPEDEFS | ( | Type, | |
| TypeSuffix, | |||
| Size, | |||
| SizeSuffix | |||
| ) |
| #define EIGEN_MAKE_TYPEDEFS_ALL_SIZES | ( | Type, | |
| TypeSuffix | |||
| ) |