Go to the source code of this file.
Classes | |
class | PlainObjectBase< Derived > |
Dense storage base class for matrices and arrays. More... | |
struct | PlainObjectBase< Derived >::StridedAlignedMapType< StrideType > |
struct | PlainObjectBase< Derived >::StridedConstAlignedMapType< StrideType > |
struct | PlainObjectBase< Derived >::StridedConstMapType< StrideType > |
struct | PlainObjectBase< Derived >::StridedMapType< StrideType > |
Namespaces | |
namespace | Eigen |
Namespace containing all symbols from the Eigen library. | |
namespace | Eigen::internal |
Defines | |
#define | EIGEN_INITIALIZE_BY_ZERO_IF_THAT_OPTION_IS_ENABLED |
Functions | |
template<typename Index > | |
EIGEN_ALWAYS_INLINE void | check_rows_cols_for_overflow (Index rows, Index cols) |
Referenced by PlainObjectBase< Matrix< int, _Rows, _Cols, _Options, _MaxRows, _MaxCols > >::_init2(), Array< Index, 64, 1 >::Array(), Matrix< Index, 1, ColsAtCompileTime, RowMajor, 1, MaxColsAtCompileTime >::Matrix(), and PlainObjectBase< Matrix< int, _Rows, _Cols, _Options, _MaxRows, _MaxCols > >::resize().