matrix_int & matrix_int::operator+= ( const matrix_int other )

Function that adds anoher matrix of any class.

Loads the "+=" operator. Matrix B is added to all matrix entries of A by A += B

 All Classes Files Functions Variables Typedefs Friends Defines