| 
| template<class Element1 , class Element2 >  | 
| Bool_t  | TMatrixTAutoloadOps::AreCompatible (const TMatrixTBase< Element1 > &m1, const TMatrixTBase< Element2 > &m2, Int_t verbose=0) | 
|   | Check that matrice sm1 and m2 areboth valid and have identical shapes .  
  | 
|   | 
| template<class Element >  | 
| void  | TMatrixTAutoloadOps::Compare (const TMatrixTBase< Element > &m1, const TMatrixTBase< Element > &m2) | 
|   | Compare two matrices and print out the result of the comparison.  
  | 
|   | 
| template<class Element >  | 
| Element  | TMatrixTAutoloadOps::E2Norm (const TMatrixTBase< Element > &m1, const TMatrixTBase< Element > &m2) | 
|   | Square of the Euclidean norm of the difference between two matrices.  
  | 
|   | 
| template<class Element >  | 
| Bool_t  | TMatrixTAutoloadOps::operator== (const TMatrixTBase< Element > &m1, const TMatrixTBase< Element > &m2) | 
|   | Check to see if two matrices are identical.  
  | 
|   | 
| template<class Element >  | 
| Bool_t  | TMatrixTAutoloadOps::VerifyMatrixIdentity (const TMatrixTBase< Element > &m1, const TMatrixTBase< Element > &m2) | 
|   | 
| template<class Element >  | 
| Bool_t  | TMatrixTAutoloadOps::VerifyMatrixIdentity (const TMatrixTBase< Element > &m1, const TMatrixTBase< Element > &m2, Int_t verbose) | 
|   | 
| template<class Element >  | 
| Bool_t  | TMatrixTAutoloadOps::VerifyMatrixIdentity (const TMatrixTBase< Element > &m1, const TMatrixTBase< Element > &m2, Int_t verbose, Element maxDevAllow) | 
|   | Verify that elements of the two matrices are equal within MaxDevAllow .  
  | 
|   | 
| template<class Element >  | 
| Bool_t  | TMatrixTAutoloadOps::VerifyMatrixValue (const TMatrixTBase< Element > &m, Element val) | 
|   | 
| template<class Element >  | 
| Bool_t  | TMatrixTAutoloadOps::VerifyMatrixValue (const TMatrixTBase< Element > &m, Element val, Int_t verbose) | 
|   | 
| template<class Element >  | 
| Bool_t  | TMatrixTAutoloadOps::VerifyMatrixValue (const TMatrixTBase< Element > &m, Element val, Int_t verbose, Element maxDevAllow) | 
|   | Validate that all elements of matrix have value val within maxDevAllow.  
  | 
|   |