matrix & matrix::operator-= ( const matrix 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