np_cross
Calculate the cross product of two arrays, producing a vector perpendicular to both input vectors.
Instructions
Compute the cross product of two arrays.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | First input array. | |
| b | Yes | Second input array. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |