Action: MATRIX_PRODUCT
Module | matrixtools |
---|---|
Description | Usage |
Calculate the product of two matrices | |
output value | type |
the product of the two input matrices | 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 | matrix | the label of the two matrices from which the product is calculated |
Further details and examples
Calculate the product of two matrices
\par Examples
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 of the two matrices from which the product is calculated |
SERIAL | optional | false | do the calculation in serial |
SQUARED | optional | false | calculate the squares of the dissimilarities (this option cannot be used with MATRIX_PRODUCT) |