Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TMatrixTBase.h File Reference
#include "TError.h"
#include "TObject.h"
#include "TMathBase.h"
#include "TMatrixFBasefwd.h"
#include "TMatrixDBasefwd.h"
#include "TVectorFfwd.h"
#include "TVectorDfwd.h"
#include <limits>
Include dependency graph for TMatrixTBase.h:
This graph shows which files directly or indirectly include this file:

Classes

class  TMatrixTBase< Element >
 TMatrixTBase. More...
 

Namespaces

namespace  TMatrixTAutoloadOps
 

Functions

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 Euclidian 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.
 

Variables

R__EXTERN Int_t gMatrixCheck
 

Variable Documentation

◆ gMatrixCheck

R__EXTERN Int_t gMatrixCheck

Definition at line 82 of file TMatrixTBase.h.