Returns a deep copy of this matrix, so the original can be modified without affecting
the copy. (As would happen in copy by reference.)

C# | Visual Basic | Visual C++ |

The deep copy of this matrix

Note that instead of trying to utilize
the Clone() method in the base class, it implements its own.