ptypy.engines.utils.Cdot# ptypy.engines.utils.Cdot(c1, c2)# Compute the dot product on two containers c1 and c2. No check is made to ensure they are of the same kind. Parameters: c2 (Container c1,) – Input Returns: The dot product (scalar)