codice:
template <class mType2>
friend Matrix<mType> operator+ ( const Matrix<mType2>& , const Matrix<mType2>& );  
template <class mType2> 
friend Matrix<mType2> operator* (const Matrix<mType2>& ,const Matrix<mType2>& );