Action: OUTER_PRODUCT
Module | matrixtools |
---|---|
Description | Usage |
Calculate the outer product matrix of two vectors | |
output value | type |
a matrix containing the outer product of the two input vectors that was obtained using the function that was input | matrix |
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 | vector | the labels of the two vectors from which the outer product is being computed |
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 labels of the two vectors from which the outer product is being computed |
FUNC | compulsory | x*y | the function of the input vectors that should be put in the elements of the outer product |
SERIAL | optional | false | do the calculation in serial |
ELEMENTS_ON_DIAGONAL_ARE_ZERO | optional | false | set all diagonal elements to zero |