template<typename ExpressionType>
Eigen::ArrayWrapper class

Expression of a mathematical vector or matrix as an array object.

Contents

This class is the return type of MatrixBase::array(), and most of the time this is the only way it is use.

Base classes

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

Public functions

void resize(Index newSize)
void resize(Index rows, Index cols)

Function documentation

template<typename ExpressionType>
void Eigen::ArrayWrapper<ExpressionType>::resize(Index newSize)

Forwards the resizing request to the nested expression

template<typename ExpressionType>
void Eigen::ArrayWrapper<ExpressionType>::resize(Index rows, Index cols)

Forwards the resizing request to the nested expression