Cross product of two quaternions
Y = cross(A, B)
cross(A, B) returns the cross (or vector) product of the two arguments, elementwise on the two arrays.
The octonion version of the function will accept three parameters as well as two.
This function is a synonym for vector_product (q.v.).