Compute the cross-product of two 3D vectors.
This is a simpler and less flexible version of jax.numpy.cross(). Both inputs must have size 3 along the specified axis.
jax.numpy.cross()
Compute the cross-product of two 3D vectors.
This is a simpler and less flexible version of
jax.numpy.cross(). Both inputs must have size 3 along the specified axis.