class'outerProduct()'
outerProduct()
Extends from ModelicaReference.Icons.Information (Icon for general information packages).
Information
Returns the outer product of two vectors
Syntax
outerProduct(v1,v2)
Description
Returns the outer product of vectors v1 and v2
(= matrix(v)*transpose( matrix(v) ) ).