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_const<float>() | |
| TMatrixTColumn_const<float>(const TMatrixTColumn_const<float>& trc) | |
| TMatrixTColumn_const<float>(const TMatrixT<float>& matrix, Int_t col) | |
| TMatrixTColumn_const<float>(const TMatrixTSym<float>& matrix, Int_t col) | |
| virtual | ~TMatrixTColumn_const<float>() | 
| static TClass* | Class() | 
| Int_t | GetColIndex() const | 
| Int_t | GetInc() const | 
| const TMatrixTBase<float>* | GetMatrix() const | 
| const float* | GetPtr() const | 
| virtual TClass* | IsA() const | 
| const float& | operator()(Int_t i) const | 
| TMatrixTColumn_const<float>& | operator=(const TMatrixTColumn_const<float>& trc) | 
| const float& | operator[](Int_t i) const | 
| virtual void | ShowMembers(TMemberInspector& insp, char* parent) | 
| virtual void | Streamer(TBuffer& b) | 
| void | StreamerNVirtual(TBuffer& b) | 
