Dot Product

Compute the dot product of two (arrays of) vectors. If two arrays of vectors are provided, then the dot product will be taken element-wise. Inputs must be the same shape

Installation

To use this Node, you must enable omni.graph.nodes in the Extension Manager.

Inputs

Name

Type

Description

Default

A (a)

decimal_tuples, decimal_arrays

The first vector in the dot product

B (b)

decimal_tuples, decimal_arrays

The second vector in the dot product

Outputs

Name

Type

Description

Default

Product (product)

decimal_scalers, double[], float[], half[]

The resulting product