'outerProduct()'outerProduct() |
This information is part of the Modelica Standard Library maintained by the Modelica Association.
Returns the outer product of two vectors
outerProduct(v1,v2)
Returns the outer product of vectors v1 and v2
(= matrix(v)*transpose( matrix(v) ) ).