Implement the @ (matmul) operator on itom.dataObject in Python (for Python >= 3.5)

Issue #142 resolved
M. Gronle created an issue

The @ operator is a new operator in Python 3.5 and should provide a matrix multiplication (see Numpy: https://numpy.org/doc/stable/reference/generated/numpy.matmul.html) Implement this operator on dataObject (for dataObjects this is equal to the known star (*) operator.

Also add the @= operator.

Comments (4)

  1. Log in to comment