ROOT 6.08/07 Reference Guide |
#include <limits>
#include "TNamed.h"
#include "TMatrixFBasefwd.h"
#include "TMatrixDBasefwd.h"
#include "TVectorFfwd.h"
#include "TVectorDfwd.h"
#include "TError.h"
Classes | |
class | TElementActionT< Element > |
class | TElementPosActionT< Element > |
class | TMatrixTBase< Element > |
Linear Algebra Package. More... | |
class | TVectorT< Element > |
TVectorT. More... | |
Functions | |
template<class Element1 , class Element2 > | |
Bool_t | 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 . More... | |
template<class Element > | |
void | Compare (const TMatrixTBase< Element > &m1, const TMatrixTBase< Element > &m2) |
Compare two matrices and print out the result of the comparison. More... | |
template<class Element > | |
Element | E2Norm (const TMatrixTBase< Element > &m1, const TMatrixTBase< Element > &m2) |
Square of the Euclidian norm of the difference between two matrices. More... | |
template<class Element > | |
Bool_t | operator== (const TMatrixTBase< Element > &m1, const TMatrixTBase< Element > &m2) |
Check to see if two matrices are identical. More... | |
template<class Element > | |
Bool_t | 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 . More... | |
template<class Element > | |
Bool_t | VerifyMatrixIdentity (const TMatrixTBase< Element > &m1, const TMatrixTBase< Element > &m2, Int_t verbose) |
template<class Element > | |
Bool_t | VerifyMatrixIdentity (const TMatrixTBase< Element > &m1, const TMatrixTBase< Element > &m2) |
template<class Element > | |
Bool_t | VerifyMatrixValue (const TMatrixTBase< Element > &m, Element val, Int_t verbose, Element maxDevAllow) |
Validate that all elements of matrix have value val within maxDevAllow. More... | |
template<class Element > | |
Bool_t | VerifyMatrixValue (const TMatrixTBase< Element > &m, Element val, Int_t verbose) |
template<class Element > | |
Bool_t | VerifyMatrixValue (const TMatrixTBase< Element > &m, Element val) |
Variables | |
R__EXTERN Int_t | gMatrixCheck |
Bool_t 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 .
Definition at line 1084 of file TMatrixTBase.cxx.
void Compare | ( | const TMatrixTBase< Element > & | m1, |
const TMatrixTBase< Element > & | m2 | ||
) |
Compare two matrices and print out the result of the comparison.
Definition at line 1111 of file TMatrixTBase.cxx.
Element E2Norm | ( | const TMatrixTBase< Element > & | m1, |
const TMatrixTBase< Element > & | m2 | ||
) |
Square of the Euclidian norm of the difference between two matrices.
Definition at line 1062 of file TMatrixTBase.cxx.
Bool_t operator== | ( | const TMatrixTBase< Element > & | m1, |
const TMatrixTBase< Element > & | m2 | ||
) |
Check to see if two matrices are identical.
Definition at line 1051 of file TMatrixTBase.cxx.
Bool_t 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 .
Definition at line 1208 of file TMatrixTBase.cxx.
Bool_t VerifyMatrixIdentity | ( | const TMatrixTBase< Element > & | m1, |
const TMatrixTBase< Element > & | m2, | ||
Int_t | verbose | ||
) |
Definition at line 255 of file TMatrixTBase.h.
Bool_t VerifyMatrixIdentity | ( | const TMatrixTBase< Element > & | m1, |
const TMatrixTBase< Element > & | m2 | ||
) |
Definition at line 257 of file TMatrixTBase.h.
Bool_t VerifyMatrixValue | ( | const TMatrixTBase< Element > & | m, |
Element | val, | ||
Int_t | verbose, | ||
Element | maxDevAllow | ||
) |
Validate that all elements of matrix have value val within maxDevAllow.
Definition at line 1165 of file TMatrixTBase.cxx.
Bool_t VerifyMatrixValue | ( | const TMatrixTBase< Element > & | m, |
Element | val, | ||
Int_t | verbose | ||
) |
Definition at line 249 of file TMatrixTBase.h.
Bool_t VerifyMatrixValue | ( | const TMatrixTBase< Element > & | m, |
Element | val | ||
) |
Definition at line 251 of file TMatrixTBase.h.
Definition at line 91 of file TMatrixTBase.h.