Code File Location: VisualSim/simulators/sdf/lib/DotProduct
Compute the dot product of two arrays or matrices. This actor has two input ports, from which it receives two ArrayTokens or two Matrix Tokens. The elements of the ArrayTokens or MatrixTokens must be of type ScalarToken. The output is the dot product of the two arrays or matrices.
This actor requires that each input port have a token upon firing. On each firing, it produces exactly one token, which is of type ScalarToken.
public VisualSim.actor.TypedIOPort input1
public VisualSim.actor.TypedIOPort input2
public VisualSim.actor.TypedIOPort output
Created with the Personal Edition of HelpNDoc: Free EPub and documentation generator