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
| TMatrixTFlat<double>() | |
| TMatrixTFlat<double>(TMatrixT<double>& matrix) | |
| TMatrixTFlat<double>(TMatrixTSym<double>& matrix) | |
| TMatrixTFlat<double>(const TMatrixTFlat<double>& mf) | |
| ~TMatrixTFlat<double>() | |
| static TClass* | Class() | 
| const TMatrixTBase<double>* | TMatrixTFlat_const<double>::GetMatrix() const | 
| double* | GetPtr() const | 
| virtual TClass* | IsA() const | 
| const double& | operator()(Int_t i) const | 
| double& | operator()(Int_t i) | 
| void | operator*=(double val) | 
| void | operator*=(const TMatrixTFlat_const<double>& f) | 
| void | operator+=(double val) | 
| void | operator+=(const TMatrixTFlat_const<double>& f) | 
| void | operator=(double val) | 
| void | operator=(const TMatrixTFlat_const<double>& f) | 
| TMatrixTFlat<double>& | operator=(const TMatrixTFlat<double>& f) | 
| void | operator=(const TVectorT<double>& vec) | 
| const double& | operator[](Int_t i) const | 
| double& | operator[](Int_t i) | 
| virtual void | ShowMembers(TMemberInspector& insp, char* parent) | 
| virtual void | Streamer(TBuffer& b) | 
| void | StreamerNVirtual(TBuffer& b) | 
| const TMatrixTBase<double>* | TMatrixTFlat_const<double>::fMatrix | the matrix I am the diagonal of | 
| Int_t | TMatrixTFlat_const<double>::fNelems | |
| const double* | TMatrixTFlat_const<double>::fPtr | pointer to the a[0,0] | 
