Dot

Stores the scalar product of lhs and rhs into answer.

Inputs

lhs
A vector value table.
rhs
A vector value table.

Outputs

answer
A scalar value table.

Comments

  • lhs and rhs must be in vector format.
  • answer must be in scalar format.
  • If lhs is a constant value table (created by the Constant operator), no records will be added to the answer table.

Syntax

dot(lhs,rhs)

XML Example

<call name="Dot" lhs="lhs_tab" rhs="rhs_tab" answer="ans_tab" />