PlasmaCalcs.quantities.patterns.vector_arithmetic.cross_product

PlasmaCalcs.quantities.patterns.vector_arithmetic.cross_product(A, B, *, components=None)
return cross product of vectors A and B, along dimension ‘component’.
If A or B missing any components, treat them as 0.
components: None or iterable of component specifiers (int, str, or Component)
tells which components to get.
None –> get all components (XYZ)
e.g., (0, ‘z’) –> get component 0 and component ‘z’, i.e. X and Z.