Action: FLATTEN
| Module | valtools |
|---|---|
| Description | Usage |
| Convert a matrix into a vector | |
| output value | type |
| a vector containing all the elements of the input matrix | vector |
Input
The arguments that serve as the input for this action are specified using one or more of the keywords in the following table.
| Keyword | Type | Description |
|---|---|---|
| ARG | matrix | the label for the matrix that you would like to flatten to a vector |
Further details and examples
Text from manual goes here
Syntax
The following table describes the keywords and options that can be used with this action
| Keyword | Type | Default | Description |
|---|---|---|---|
| ARG | input | none | the label for the matrix that you would like to flatten to a vector |
| NUMERICAL_DERIVATIVES | optional | false | calculate the derivatives for these quantities numerically |