![]() |
Eigen
3.3.3
|
Expression of a mathematical vector or matrix as an array object.
This class is the return type of MatrixBase::array(), and most of the time this is the only way it is use.
Public Member Functions | |
void | resize (Index newSize) |
void | resize (Index rows, Index cols) |
void Eigen::ArrayWrapper< ExpressionType >::resize | ( | Index | newSize | ) | [inline] |
Forwards the resizing request to the nested expression
Reimplemented from Eigen::DenseBase< ArrayWrapper< ExpressionType > >.
void Eigen::ArrayWrapper< ExpressionType >::resize | ( | Index | rows, |
Index | cols | ||
) | [inline] |
Forwards the resizing request to the nested expression
Reimplemented from Eigen::DenseBase< ArrayWrapper< ExpressionType > >.