Back to Linear Algebra (Eigen)
eigen.utilities.reshape
Reshape a matrix to new dimensions.
Syntax
eigen.utilities.reshape(A, newRows, newCols)
Description
Reshape a matrix to new dimensions.
Parameters
| Name | Description |
|---|---|
| A | - Matrix handle |
| newRows | - New number of rows |
| newCols | - New number of columns |
Returns
MatrixHandle