Matrix utility classes. Templates of utility classes in the Linear Algebra Package. The following classes are defined here: Different matrix views without copying data elements : TMatrixTRow_const TMatrixTRow TMatrixTColumn_const TMatrixTColumn TMatrixTDiag_const TMatrixTDiag TMatrixTFlat_const TMatrixTFlat TMatrixTSub_const TMatrixTSub TMatrixTSparseRow_const TMatrixTSparseRow TMatrixTSparseDiag_const TMatrixTSparseDiag ElementAction ElementPosAction
| TMatrixTSub<double>() | |
| TMatrixTSub<double>(const TMatrixTSub<double>& ms) | |
| TMatrixTSub<double>(TMatrixT<double>& matrix, Int_t row_lwb, Int_t row_upb, Int_t col_lwb, Int_t col_upb) | |
| TMatrixTSub<double>(TMatrixTSym<double>& matrix, Int_t row_lwb, Int_t row_upb, Int_t col_lwb, Int_t col_upb) | |
| ~TMatrixTSub<double>() | |
| static TClass* | Class() | 
| Int_t | TMatrixTSub_const<double>::GetColOff() const | 
| const TMatrixTBase<double>* | TMatrixTSub_const<double>::GetMatrix() const | 
| Int_t | TMatrixTSub_const<double>::GetNcols() const | 
| Int_t | TMatrixTSub_const<double>::GetNrows() const | 
| Int_t | TMatrixTSub_const<double>::GetRowOff() const | 
| virtual TClass* | IsA() const | 
| double& | operator()(Int_t rown, Int_t coln) | 
| void | operator*=(double val) | 
| void | operator*=(const TMatrixTSub_const<double>& s) | 
| void | operator*=(const TMatrixT<double>& m) | 
| void | operator*=(const TMatrixTSym<double>& m) | 
| void | operator+=(double val) | 
| void | operator+=(const TMatrixTSub_const<double>& s) | 
| void | operator+=(const TMatrixTBase<double>& m) | 
| void | operator=(double val) | 
| void | operator=(const TMatrixTSub_const<double>& s) | 
| TMatrixTSub<double>& | operator=(const TMatrixTSub<double>& s) | 
| void | operator=(const TMatrixTBase<double>& m) | 
| void | Rank1Update(const TVectorT<double>& vec, double alpha = 1.0) | 
| virtual void | ShowMembers(TMemberInspector& insp, char* parent) | 
| virtual void | Streamer(TBuffer& b) | 
| void | StreamerNVirtual(TBuffer& b) | 
| Int_t | TMatrixTSub_const<double>::fColOff | |
| const TMatrixTBase<double>* | TMatrixTSub_const<double>::fMatrix | the matrix I am a submatrix of | 
| Int_t | TMatrixTSub_const<double>::fNcolsSub | |
| Int_t | TMatrixTSub_const<double>::fNrowsSub | |
| Int_t | TMatrixTSub_const<double>::fRowOff | 
