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