Action: MATRIX_VECTOR_PRODUCT
Module | matrixtools |
---|---|
Description | Usage |
Calculate the product of the matrix and the vector | |
output value | type |
the vector that is obtained by taking the product between the matrix and the vector that were input | vector |
Output components
This action calculates the values in the following table. These values can be referenced elsewhere in the input by using this Action’s label followed by a dot and the name of the value required from the list below.
Name | Type | Description |
---|---|---|
.#!custom | scalar | the names of the output components for this action depend on the actions input file see the example inputs below for details |
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/vector/scalar | the label for the matrix and the vector/scalar that are being multiplied |
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 and the vector/scalar that are being multiplied |
SERIAL | optional | false | do the calculation in serial |