Basic method for the multiplication of matrices
Basic method for the multiplication of matrices. A.Mult(B,C) put the product of B by C in A. Take into account the possibility that A, B, C are equal. This method is used in the operators , *=.
generated by doc++