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
| TMatrixTColumn<double>() | |
| TMatrixTColumn<double>(const TMatrixTColumn<double>& mc) | |
| TMatrixTColumn<double>(TMatrixT<double>& matrix, Int_t col) | |
| TMatrixTColumn<double>(TMatrixTSym<double>& matrix, Int_t col) | |
| ~TMatrixTColumn<double>() | |
| static TClass* | Class() | 
| Int_t | TMatrixTColumn_const<double>::GetColIndex() const | 
| Int_t | TMatrixTColumn_const<double>::GetInc() const | 
| const TMatrixTBase<double>* | TMatrixTColumn_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 TMatrixTColumn_const<double>& c) | 
| void | operator+=(double val) | 
| void | operator+=(const TMatrixTColumn_const<double>& c) | 
| void | operator=(double val) | 
| void | operator=(const TMatrixTColumn_const<double>& c) | 
| TMatrixTColumn<double>& | operator=(const TMatrixTColumn<double>& c) | 
| 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) | 
| Int_t | TMatrixTColumn_const<double>::fColInd | effective column index | 
| Int_t | TMatrixTColumn_const<double>::fInc | if ptr = @a[i,col], then ptr+inc = @a[i+1,col] | 
| const TMatrixTBase<double>* | TMatrixTColumn_const<double>::fMatrix | the matrix I am a column of | 
| const double* | TMatrixTColumn_const<double>::fPtr | pointer to the a[0,col] column | 
