I created a class xyz which results in a matrix comprising only integers. If I try to add two instances of that class, I do receive the error message:
"Undefined operator '+' for input arguments of type 'xyz'."
What am I supposed to do to make the in-built + operator compatible with instances of my class?