Cross product of two pure quaternions
Y = cross(A, B)
cross(A, B) returns the cross (or vector) product of the two arguments, elementwise on the two arrays, which must be pure quaternions, or octonions. This function is a synonym for vector_product.