![]() |
ROOT
6.06/09
Reference Guide
|
#include <limits>#include "TNamed.h"#include "TMatrixFBasefwd.h"#include "TMatrixDBasefwd.h"#include "TVectorFfwd.h"#include "TVectorDfwd.h"#include "TError.h"
Include dependency graph for TMatrixTBase.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | TVectorT< Element > |
| class | TElementActionT< Element > |
| class | TElementPosActionT< Element > |
| class | TMatrixTBase< Element > |
Functions | |
| 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 > | |
| Element | E2Norm (const TMatrixTBase< Element > &m1, const TMatrixTBase< Element > &m2) |
| Square of the Euclidian norm of the difference between two matrices. More... | |
| 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 > | |
| 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) |
| 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) |
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 1067 of file TMatrixTBase.cxx.
Referenced by Add(), Compare(), E2Norm(), ElementDiv(), ElementMult(), TMatrixTSym< Element >::Minus(), TMatrixT< Element >::Minus(), NormalEqn(), operator!=(), operator&&(), TMatrixTSym< Element >::operator+=(), TMatrixT< Element >::operator+=(), TMatrixTSym< Element >::operator-=(), TMatrixT< Element >::operator-=(), operator<(), operator<=(), TMatrixTSym< Element >::operator=(), TMatrixTSym< Double_t >::operator=(), TMatrixT< Element >::operator=(), TMatrixT< Double_t >::operator=(), operator==(), operator>(), operator>=(), operator||(), TMatrixTSym< Element >::Plus(), TMatrixT< Element >::Plus(), TQpVar::StepBound(), and VerifyMatrixIdentity().
| void Compare | ( | const TMatrixTBase< Element > & | m1, |
| const TMatrixTBase< Element > & | m2 | ||
| ) |
Compare two matrices and print out the result of the comparison.
Definition at line 1094 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 1045 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 1034 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 1191 of file TMatrixTBase.cxx.
Referenced by VerifyMatrixIdentity().
| Bool_t VerifyMatrixIdentity | ( | const TMatrixTBase< Element > & | m1, |
| const TMatrixTBase< Element > & | m2, | ||
| Int_t | verbose | ||
| ) |
Definition at line 243 of file TMatrixTBase.h.
| Bool_t VerifyMatrixIdentity | ( | const TMatrixTBase< Element > & | m1, |
| const TMatrixTBase< Element > & | m2 | ||
| ) |
Definition at line 245 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 1148 of file TMatrixTBase.cxx.
Referenced by VerifyMatrixValue().
| Bool_t VerifyMatrixValue | ( | const TMatrixTBase< Element > & | m, |
| Element | val, | ||
| Int_t | verbose | ||
| ) |
Definition at line 237 of file TMatrixTBase.h.
| Bool_t VerifyMatrixValue | ( | const TMatrixTBase< Element > & | m, |
| Element | val | ||
| ) |
Definition at line 239 of file TMatrixTBase.h.
Definition at line 91 of file TMatrixTBase.h.
Referenced by TVectorT< Element >::Add(), Add(), AddElemDiv(), AddElemMult(), TVectorT< Element >::AddSomeConstant(), TMatrixTSparse< Element >::AMinusB(), TMatrixTSparse< Element >::AMultBt(), TMatrixTSparse< Element >::APlusB(), ElementDiv(), ElementMult(), TMatrixTSparse< Element >::ExtractRow(), TVectorT< Element >::GetSub(), TMatrixTSym< Element >::GetSub(), TMatrixT< Element >::GetSub(), TMatrixTSparse< Element >::GetSub(), TMatrixTSparse< Element >::InsertRow(), TVectorT< Element >::MatchesNonZeroPattern(), TMatrixTSym< Element >::Minus(), TMatrixT< Element >::Minus(), TMatrixT< Element >::Mult(), Mult(), TMatrixT< Element >::MultT(), TMatrixT< Element >::NormByColumn(), TMatrixT< Element >::NormByRow(), operator!=(), operator&&(), operator*(), TVectorT< Element >::operator*=(), TMatrixT< Element >::operator*=(), TVectorT< Element >::operator+=(), TMatrixTSym< Element >::operator+=(), TMatrixT< Element >::operator+=(), TVectorT< Element >::operator-=(), TMatrixTSym< Element >::operator-=(), TMatrixT< Element >::operator-=(), TMatrixT< Element >::operator/=(), operator<(), operator<=(), TVectorT< Element >::operator=(), TMatrixTSym< Element >::operator=(), TMatrixT< Element >::operator=(), TMatrixTSparse< Element >::operator=(), operator>(), operator>=(), operator||(), TMatrixTSym< Element >::Plus(), TMatrixT< Element >::Plus(), TMatrixTSym< Element >::Randomize(), TMatrixTSym< Element >::RandomizePD(), TMatrixTSparse< Element >::RandomizePD(), TMatrixTSym< Element >::Rank1Update(), TMatrixT< Element >::Rank1Update(), TVectorT< Element >::SelectNonZeros(), TMatrixTSparse< Element >::SetSparseIndex(), TMatrixTSparse< Element >::SetSparseIndexAB(), TVectorT< Element >::SetSub(), TMatrixTSym< Element >::SetSub(), TMatrixT< Element >::SetSub(), TMatrixTSparse< Element >::SetSub(), TMatrixTSym< Element >::Similarity(), TMatrixT< Element >::Similarity(), TMatrixTSym< Element >::SimilarityT(), TVectorT< Element >::SomePositive(), test_tmatrix_kalman(), test_tmatrix_op(), TMatrixT< Element >::TMult(), TMatrixTSym< Element >::Transpose(), TMatrixTSparse< Element >::Transpose(), TMatrixTSym< Element >::Use(), TMatrixT< Element >::Use(), and TMatrixTSparse< Element >::Use().