Cross Product
Vector product of two vectors.
Ports
Input
Port_1 - first vector
vector of length 3
| matrix 1 by 3 or 3 by 1
The first input vector of three elements or a matrix of size 1 by 3 or 3 by 1.
Data types: Float16
, Float32
, Float64
, Int8
, Int16
, Int32
, Int64
, UInt8
, UInt16
, UInt32
, UInt64
, Bool
.
Support for complex numbers: Yes
Port_2 is the second vector.
vector of length 3
| matrix 1 by 3 or 3 by 1
The second input vector of three elements or a matrix of size 1 by 3 or 3 by 1….
Data types: Float16
, Float32
, Float64
, Int8
, Int16
, Int32
, Int64
, UInt8
, UInt16
, UInt32
, UInt64
, Bool
.
Support for complex numbers: Yes