template <class XXCOEFF> void Matrix <XXCOEFF> ::Mult (const Matrix<XXCOEFF> &M, const Matrix<XXCOEFF> &N)

Basic method for the multiplication of matrices

Documentation

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 , *=.

alphabetic index hierarchy of classes


Partially supported by FRISCO LTR 21.024
For more information

generated by doc++