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
| TMatrixTRow<float>() | |
| TMatrixTRow<float>(const TMatrixTRow<float>& mr) | |
| TMatrixTRow<float>(TMatrixT<float>& matrix, Int_t row) | |
| TMatrixTRow<float>(TMatrixTSym<float>& matrix, Int_t row) | |
| ~TMatrixTRow<float>() | |
| static TClass* | Class() | 
| Int_t | TMatrixTRow_const<float>::GetInc() const | 
| const TMatrixTBase<float>* | TMatrixTRow_const<float>::GetMatrix() const | 
| float* | GetPtr() const | 
| Int_t | TMatrixTRow_const<float>::GetRowIndex() const | 
| virtual TClass* | IsA() const | 
| const float& | operator()(Int_t i) const | 
| float& | operator()(Int_t i) | 
| void | operator*=(float val) | 
| void | operator*=(const TMatrixTRow_const<float>& r) | 
| void | operator+=(float val) | 
| void | operator+=(const TMatrixTRow_const<float>& r) | 
| void | operator=(float val) | 
| void | operator=(const TMatrixTRow_const<float>& r) | 
| TMatrixTRow<float>& | operator=(const TMatrixTRow<float>& r) | 
| void | operator=(const TVectorT<float>& vec) | 
| const float& | operator[](Int_t i) const | 
| float& | operator[](Int_t i) | 
| virtual void | ShowMembers(TMemberInspector& insp, char* parent) | 
| virtual void | Streamer(TBuffer& b) | 
| void | StreamerNVirtual(TBuffer& b) | 
| Int_t | TMatrixTRow_const<float>::fInc | if ptr = @a[row,i], then ptr+inc = @a[row,i+1] | 
| const TMatrixTBase<float>* | TMatrixTRow_const<float>::fMatrix | the matrix I am a row of | 
| const float* | TMatrixTRow_const<float>::fPtr | pointer to the a[row,0] | 
| Int_t | TMatrixTRow_const<float>::fRowInd | effective row index | 
