chemcoord.xyz_functions.dot

chemcoord.xyz_functions.dot(A, B)[source]

Matrix multiplication between A and B

This function is equivalent to A @ B, which is unfortunately not possible under python 2.x.

Parameters:
  • A (sequence) –
  • B (sequence) –
Returns:

Return type:

sequence