template<typename _Scalar, int _Rows, int _Cols, int _Options, int _MaxRows, int _MaxCols>
Eigen::doxygen::dense_xpr_base_dispatcher<Array<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>> struct

This class is just a workaround for Doxygen and it does not not actually exist.

Base classes

template<typename Derived>
class Eigen::ArrayBase
Base class for all 1D and 2D array, and related expressions.

Derived classes

template<typename Derived>
class Eigen::PlainObjectBase
Dense storage base class for matrices and arrays.