pylupnt.math_utils.cross_norm

pylupnt.math_utils.cross_norm(a: ndarray, b: ndarray) ndarray

Compute the norm of the cross product of two vectors

Parameters:
  • a (np.ndarray) – first vector

  • b (np.ndarray) – second vector

Returns:

norm of the cross product

Return type:

np.ndarray