| _init1(Index size, std::enable_if_t<(Base::SizeAtCompileTime !=1||!internal::is_convertible< T, Scalar >::value) &&((!internal::is_same< typename internal::traits< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > >::XprKind, ArrayXpr >::value||Base::SizeAtCompileTime==Dynamic)), T > *=0) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlineprotected |
| _init1(const Scalar &val0, std::enable_if_t< Base::SizeAtCompileTime==1 &&internal::is_convertible< T, Scalar >::value, T > *=0) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlineprotected |
| _init1(const Index &val0, std::enable_if_t<(!internal::is_same< Index, Scalar >::value) &&(internal::is_same< Index, T >::value) &&Base::SizeAtCompileTime==1 &&internal::is_convertible< T, Scalar >::value, T * > *=0) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlineprotected |
| _init1(const Scalar *data) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlineprotected |
| _init1(const DenseBase< OtherDerived > &other) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlineprotected |
| _init1(const Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > &other) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlineprotected |
| _init1(const EigenBase< OtherDerived > &other) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlineprotected |
| _init1(const ReturnByValue< OtherDerived > &other) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlineprotected |
| _init1(const RotationBase< OtherDerived, ColsAtCompileTime > &r) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlineprotected |
| _init1(const Scalar &val0, std::enable_if_t< Base::SizeAtCompileTime !=Dynamic &&Base::SizeAtCompileTime !=1 &&internal::is_convertible< T, Scalar >::value &&internal::is_same< typename internal::traits< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > >::XprKind, ArrayXpr >::value, T > *=0) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlineprotected |
| _init1(const Index &val0, std::enable_if_t<(!internal::is_same< Index, Scalar >::value) &&(internal::is_same< Index, T >::value) &&Base::SizeAtCompileTime !=Dynamic &&Base::SizeAtCompileTime !=1 &&internal::is_convertible< T, Scalar >::value &&internal::is_same< typename internal::traits< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > >::XprKind, ArrayXpr >::value, T * > *=0) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlineprotected |
| _init2(Index rows, Index cols, std::enable_if_t< Base::SizeAtCompileTime !=2, T0 > *=0) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlineprotected |
| _init2(const T0 &val0, const T1 &val1, std::enable_if_t< Base::SizeAtCompileTime==2, T0 > *=0) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlineprotected |
| _init2(const Index &val0, const Index &val1, std::enable_if_t<(!internal::is_same< Index, Scalar >::value) &&(internal::is_same< T0, Index >::value) &&(internal::is_same< T1, Index >::value) &&Base::SizeAtCompileTime==2, T1 > *=0) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlineprotected |
| _resize_to_match(const EigenBase< OtherDerived > &other) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlineprotected |
| _set(const DenseBase< OtherDerived > &other) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlineprotected |
| _set_noalias(const DenseBase< OtherDerived > &other) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlineprotected |
| AlignedMapType typedef | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | |
| Array()=default | Eigen::Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | |
| Array(Array &&)=default | Eigen::Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | |
| Array(const Scalar &a0, const Scalar &a1, const Scalar &a2, const Scalar &a3, const ArgTypes &... args) | Eigen::Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | inline |
| Array(const std::initializer_list< std::initializer_list< Scalar >> &list) | Eigen::Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | inline |
| Array(const T &x) | Eigen::Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | inlineexplicit |
| Array(const T0 &val0, const T1 &val1) | Eigen::Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | inline |
| Array(const Scalar &val0, const Scalar &val1, const Scalar &val2) | Eigen::Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | inline |
| Array(const Scalar &val0, const Scalar &val1, const Scalar &val2, const Scalar &val3) | Eigen::Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | inline |
| Array(const Array &)=default | Eigen::Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | |
| Array(const EigenBase< OtherDerived > &other, std::enable_if_t< internal::is_convertible< typename OtherDerived::Scalar, Scalar >::value, PrivateType >=PrivateType()) | Eigen::Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | inline |
| Base typedef | Eigen::Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | |
| base() const | Eigen::Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | inline |
| PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > >::base() const | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
| coeff(Index rowId, Index colId) const | Eigen::Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | inline |
| coeff(Index index) const | Eigen::Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | inline |
| PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > >::coeff(Index rowId, Index colId) const | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
| PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > >::coeff(Index index) const | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
| coeffRef(Index rowId, Index colId) | Eigen::Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | inline |
| coeffRef(Index index) | Eigen::Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | inline |
| coeffRef(Index rowId, Index colId) const | Eigen::Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | inline |
| coeffRef(Index index) const | Eigen::Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | inline |
| PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > >::coeffRef(Index rowId, Index colId) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
| PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > >::coeffRef(Index index) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
| PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > >::coeffRef(Index rowId, Index colId) const | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
| PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > >::coeffRef(Index index) const | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
| cols() const EIGEN_NOEXCEPT | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
| conservativeResize(Index rows, Index cols) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
| conservativeResize(Index rows, NoChange_t) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
| conservativeResize(NoChange_t, Index cols) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
| conservativeResize(Index size) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
| conservativeResizeLike(const DenseBase< OtherDerived > &other) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
| ConstAlignedMapType typedef | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | |
| ConstMapType typedef | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | |
| data() const | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
| data() | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
| DenseType typedef | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | |
| EIGEN_STATIC_ASSERT(internal::check_implication(MaxRowsAtCompileTime==1 &&MaxColsAtCompileTime !=1,(int(Options) &RowMajor)==RowMajor), INVALID_MATRIX_TEMPLATE_PARAMETERS) EIGEN_STATIC_ASSERT(internal | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
| innerStride() const EIGEN_NOEXCEPT | Eigen::Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | inline |
| internal::conservative_resize_like_impl | Eigen::Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | friend |
| internal::matrix_swap_impl | Eigen::Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | friend |
| IsPlainObjectBase enum value | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | |
| lazyAssign(const DenseBase< OtherDerived > &other) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
| m_storage | Eigen::Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | protected |
| Map(const Scalar *data) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlinestatic |
| Map(Scalar *data) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlinestatic |
| Map(const Scalar *data, Index size) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlinestatic |
| Map(Scalar *data, Index size) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlinestatic |
| Map(const Scalar *data, Index rows, Index cols) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlinestatic |
| Map(Scalar *data, Index rows, Index cols) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlinestatic |
| Map(const Scalar *data, const Stride< Outer, Inner > &stride) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlinestatic |
| Map(Scalar *data, const Stride< Outer, Inner > &stride) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlinestatic |
| Map(const Scalar *data, Index size, const Stride< Outer, Inner > &stride) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlinestatic |
| Map(Scalar *data, Index size, const Stride< Outer, Inner > &stride) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlinestatic |
| Map(const Scalar *data, Index rows, Index cols, const Stride< Outer, Inner > &stride) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlinestatic |
| Map(Scalar *data, Index rows, Index cols, const Stride< Outer, Inner > &stride) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlinestatic |
| MapAligned(const Scalar *data) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlinestatic |
| MapAligned(Scalar *data) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlinestatic |
| MapAligned(const Scalar *data, Index size) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlinestatic |
| MapAligned(Scalar *data, Index size) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlinestatic |
| MapAligned(const Scalar *data, Index rows, Index cols) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlinestatic |
| MapAligned(Scalar *data, Index rows, Index cols) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlinestatic |
| MapAligned(const Scalar *data, const Stride< Outer, Inner > &stride) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlinestatic |
| MapAligned(Scalar *data, const Stride< Outer, Inner > &stride) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlinestatic |
| MapAligned(const Scalar *data, Index size, const Stride< Outer, Inner > &stride) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlinestatic |
| MapAligned(Scalar *data, Index size, const Stride< Outer, Inner > &stride) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlinestatic |
| MapAligned(const Scalar *data, Index rows, Index cols, const Stride< Outer, Inner > &stride) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlinestatic |
| MapAligned(Scalar *data, Index rows, Index cols, const Stride< Outer, Inner > &stride) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlinestatic |
| MapType typedef | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | |
| NeedsToAlign enum value | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | |
| operator=(const EigenBase< OtherDerived > &other) | Eigen::Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | inline |
| operator=(const Scalar &value) | Eigen::Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | inline |
| operator=(const DenseBase< OtherDerived > &other) | Eigen::Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | inline |
| operator=(const Array &other) | Eigen::Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | inline |
| operator=(Array &&other) EIGEN_NOEXCEPT_IF(std | Eigen::Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | inline |
| PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > >::operator=(const PlainObjectBase &other) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
| PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > >::operator=(const ReturnByValue< OtherDerived > &func) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
| PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > >::operator=(PlainObjectBase &&other) EIGEN_NOEXCEPT | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlineprotected |
| Options enum value | Eigen::Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | |
| outerStride() const EIGEN_NOEXCEPT | Eigen::Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | inline |
| packet(Index rowId, Index colId) const | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
| packet(Index index) const | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
| PacketScalar typedef | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | |
| PlainObject typedef | Eigen::Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | |
| PlainObjectBase()=default | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | protected |
| PlainObjectBase(PlainObjectBase &&)=default | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | protected |
| PlainObjectBase(const PlainObjectBase &)=default | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | protected |
| PlainObjectBase(Index size, Index rows, Index cols) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlineprotected |
| PlainObjectBase(const Scalar &a0, const Scalar &a1, const Scalar &a2, const Scalar &a3, const ArgTypes &... args) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlineprotected |
| PlainObjectBase(const std::initializer_list< std::initializer_list< Scalar >> &list) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlineexplicitprotected |
| PlainObjectBase(const DenseBase< OtherDerived > &other) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlineprotected |
| PlainObjectBase(const EigenBase< OtherDerived > &other) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlineprotected |
| PlainObjectBase(const ReturnByValue< OtherDerived > &other) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlineprotected |
| RealScalar typedef | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | |
| resize(Index rows, Index cols) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
| resize(Index size) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
| resize(NoChange_t, Index cols) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
| resize(Index rows, NoChange_t) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
| resizeLike(const EigenBase< OtherDerived > &_other) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
| rows() const EIGEN_NOEXCEPT | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
| Scalar typedef | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | |
| setConstant(Index size, const Scalar &val) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | |
| setConstant(Index rows, Index cols, const Scalar &val) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | |
| setConstant(NoChange_t, Index cols, const Scalar &val) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | |
| setConstant(Index rows, NoChange_t, const Scalar &val) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | |
| setOnes(Index size) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | |
| setOnes(Index rows, Index cols) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | |
| setOnes(NoChange_t, Index cols) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | |
| setOnes(Index rows, NoChange_t) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | |
| setRandom(Index size) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | |
| setRandom(Index rows, Index cols) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | |
| setRandom(NoChange_t, Index cols) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | |
| setRandom(Index rows, NoChange_t) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | |
| setZero(Index size) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | |
| setZero(Index rows, Index cols) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | |
| setZero(NoChange_t, Index cols) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | |
| setZero(Index rows, NoChange_t) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | |
| StorageKind typedef | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | |
| swap(DenseBase< OtherDerived > &other) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
| swap(DenseBase< OtherDerived > const &other) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
| writePacket(Index rowId, Index colId, const PacketScalar &val) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
| writePacket(Index index, const PacketScalar &val) | Eigen::PlainObjectBase< Array< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |