Classes | Namespaces | Macros
3rdparty/Eigen/Eigen/src/Core/Matrix.h File Reference

Go to the source code of this file.

Classes

class  Eigen::Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols >
 The matrix class, also used for vectors and row-vectors. More...
 
struct  Eigen::internal::traits< Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > >
 

Namespaces

 Eigen
 Namespace containing all symbols from the Eigen library.
 
 Eigen::internal
 

Macros

#define EIGEN_MAKE_FIXED_TYPEDEFS(Type, TypeSuffix, Size)
 
#define EIGEN_MAKE_TYPEDEFS(Type, TypeSuffix, Size, SizeSuffix)
 
#define EIGEN_MAKE_TYPEDEFS_ALL_SIZES(Type, TypeSuffix)
 

Macro Definition Documentation

#define EIGEN_MAKE_FIXED_TYPEDEFS (   Type,
  TypeSuffix,
  Size 
)
Value:
\
typedef Matrix<Type, Size, Dynamic> Matrix##Size##X##TypeSuffix; \ \
typedef Matrix<Type, Dynamic, Size> Matrix##X##Size##TypeSuffix;
Eigen::Matrix< double, Eigen::Dynamic, Eigen::Dynamic, Eigen::RowMajor > Matrix
#define X
Definition: icosphere.cpp:20

Definition at line 432 of file 3rdparty/Eigen/Eigen/src/Core/Matrix.h.

#define EIGEN_MAKE_TYPEDEFS (   Type,
  TypeSuffix,
  Size,
  SizeSuffix 
)
Value:
\
typedef Matrix<Type, Size, Size> Matrix##SizeSuffix##TypeSuffix; \ \
typedef Matrix<Type, Size, 1> Vector##SizeSuffix##TypeSuffix; \ \
typedef Matrix<Type, 1, Size> RowVector##SizeSuffix##TypeSuffix;
Eigen::Matrix< double, Eigen::Dynamic, Eigen::Dynamic, Eigen::RowMajor > Matrix
Eigen::Matrix< double, Eigen::Dynamic, 1 > Vector
Eigen::RowVectorXd RowVector
Definition: LinearCost.h:25

Definition at line 424 of file 3rdparty/Eigen/Eigen/src/Core/Matrix.h.

#define EIGEN_MAKE_TYPEDEFS_ALL_SIZES (   Type,
  TypeSuffix 
)
Value:
EIGEN_MAKE_TYPEDEFS(Type, TypeSuffix, 2, 2) \
EIGEN_MAKE_TYPEDEFS(Type, TypeSuffix, 3, 3) \
EIGEN_MAKE_TYPEDEFS(Type, TypeSuffix, 4, 4) \
#define EIGEN_MAKE_FIXED_TYPEDEFS(Type, TypeSuffix, Size)
#define EIGEN_MAKE_TYPEDEFS(Type, TypeSuffix, Size, SizeSuffix)
const int Dynamic
Definition: Constants.h:21
#define X
Definition: icosphere.cpp:20

Definition at line 438 of file 3rdparty/Eigen/Eigen/src/Core/Matrix.h.



gtsam
Author(s):
autogenerated on Sat May 8 2021 02:51:32