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

Function that subtracts two matrices.

Loads the "-=" operator. Matrix B is subtracted from matrix A by A -= B

 All Classes Files Functions Variables Typedefs Friends Defines