Go to the source code of this file.
Classes | |
struct | Eigen::internal::conservative_resize_like_impl< Derived, OtherDerived, IsVector > |
struct | Eigen::internal::conservative_resize_like_impl< Derived, OtherDerived, true > |
struct | Eigen::internal::matrix_swap_impl< MatrixTypeA, MatrixTypeB, SwapPointers > |
struct | Eigen::internal::matrix_swap_impl< MatrixTypeA, MatrixTypeB, true > |
class | Eigen::PlainObjectBase< Derived > |
Dense storage base class for matrices and arrays. More... | |
struct | Eigen::PlainObjectBase< Derived >::StridedAlignedMapType< StrideType > |
struct | Eigen::PlainObjectBase< Derived >::StridedConstAlignedMapType< StrideType > |
struct | Eigen::PlainObjectBase< Derived >::StridedConstMapType< StrideType > |
struct | Eigen::PlainObjectBase< Derived >::StridedMapType< StrideType > |
Namespaces | |
namespace | Eigen |
namespace | Eigen::internal |
Defines | |
#define | EIGEN_INITIALIZE_BY_ZERO_IF_THAT_OPTION_IS_ENABLED |
Functions | |
template<typename Index > | |
EIGEN_ALWAYS_INLINE void | Eigen::internal::check_rows_cols_for_overflow (Index rows, Index cols) |
Definition at line 17 of file PlainObjectBase.h.