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) |
|
The first vector in the dot product |
|
B (b) |
|
The second vector in the dot product |
Outputs
Name |
Type |
Description |
Default |
---|---|---|---|
Product (product) |
|
The resulting product |